:root {
  --phnewsbulletin-primary: #f37e7e;
  --phnewsbulletin-primary-text: #f9ffe7;
  --phnewsbulletin-background-main: #edf6fc;
  --phnewsbulletin-background-plain: #ffff;
  --phnewsbulletin-background-darker: #eeeeee;
  --phnewsbulletin-secondary: #747474;
  --phnewsbulletin-secondary-dark: #E9C864;
  --phnewsbulletin-secondary-text: #FFF;
  --phnewsbulletin-text-dark: #111;
  --phnewsbulletin-text: #555;
  --phnewsbulletin-text-light: #777;
  --phnewsbulletin-header-background: #fff;
  --phnewsbulletin-header-global-background: #000000;
  --phnewsbulletin-header-lighter: #222;
  --phnewsbulletin-header-text: #FFFFFF;
  --phnewsbulletin-menu-text: #232323;
  --phnewsbulletin-top-bar-text: #fffdec;
  --phnewsbulletin-top-bar-background: #3a3a3a;
  --phnewsbulletin-mobile-header-background: #FFFFFF;
  --phnewsbulletin-mobile-header-text: #222222;
}
.owl-carousel {
  margin-top: 40px;
}
.owl-carousel .carousel-post {
  position: relative;
}
.owl-carousel .carousel-post .category-ribbon {
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 11px;
  z-index: 9;
}
.owl-carousel .carousel-post img {
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.owl-carousel .carousel-post a {
  text-decoration: none;
}
.owl-carousel .carousel-post .entry-title {
  font-size: 16px;
  color: var(--phnewsbulletin-text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.owl-carousel .carousel-post .footer-meta {
  color: var(--phnewsbulletin-text-light);
  font-size: 11px;
  text-transform: uppercase;
}
.owl-carousel .carousel-post:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.owl-carousel .carousel-post:hover .entry-title {
  color: var(--phnewsbulletin-primary);
}
.home .owl-carousel:nth-child(2) {
  margin-bottom: 35px;
}
.owl-dots.disabled {
  display: block !important;
  height: 35px;
}
.acme-news-ticker {
  margin: 40px 0px 45px;
  background: var(--phnewsbulletin-background-plain);
  padding: 0;
  height: 40px;
  border: none;
}
.acme-news-ticker .acme-news-ticker-label {
  background: var(--phnewsbulletin-secondary);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 15px;
  margin-right: 0;
  color: var(--phnewsbulletin-secondary-text);
}
.acme-news-ticker .acme-news-ticker-box {
  padding-top: 6px;
  border: solid 1px var(--phnewsbulletin-background-darker);
  padding-left: 15px;
}
.acme-news-ticker li a {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--phnewsbulletin-text-dark);
  display: inline-block;
}
.acme-news-ticker li a .footer-meta {
  display: inline;
  opacity: 0.8;
  color: var(--phnewsbulletin-text-light);
  letter-spacing: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.acme-news-ticker .acme-news-ticker-controls {
  border: solid 1px var(--phnewsbulletin-background-darker);
}
.acme-news-ticker .acme-news-ticker-controls button {
  background: var(--phnewsbulletin-background-darker);
  border: none;
  color: var(--phnewsbulletin-text);
}
.acme-news-ticker .acme-news-ticker-controls button:hover {
  background: var(--phnewsbulletin-secondary);
  color: var(--phnewsbulletin-secondary-text);
}
.acme-news-ticker .acme-news-ticker-controls button:after,
.acme-news-ticker .acme-news-ticker-controls button:before {
  border-color: var(--phnewsbulletin-text) !important;
}
.acme-news-ticker .acme-news-ticker-controls button.acme-news-ticker-prev:after {
  top: 54%;
}
.acme-news-ticker .acme-news-ticker-controls button.acme-news-ticker-next:after {
  top: 46%;
}
@media screen and (max-width: 767px) {
  .acme-news-ticker-box ul li {
    width: 100%;
  }
  .acme-news-ticker-box ul li a {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 12px;
  }
  .acme-news-ticker-box ul li a .footer-meta {
    display: none;
  }
  .acme-news-ticker .acme-news-ticker-box {
    padding-top: 10px;
  }
  .acme-news-ticker-controls button {
    width: 25px;
  }
}
@media (max-width: 575px) {
  .acme-news-ticker-box {
    padding-left: 5px;
    padding-right: 80px;
  }
  .acme-news-ticker .acme-news-ticker-label {
    top: -24px;
    padding: 5px 10px;
    height: auto;
  }
  .acme-news-ticker {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.footer-featured-module-style {
  background: var(--phnewsbulletin-background-plain);
  padding: 20px 20px;
}
.footer-featured-module-style .footer-fa-title {
  margin-bottom: 20px;
}
.footer-featured-module-style .footer-fa span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  white-space: nowrap;
  padding-bottom: 13px;
  position: relative;
  margin-bottom: 20px;
}
.footer-featured-module-style .footer-fa span:before {
  background-color: var(--phnewsbulletin-primary);
  content: '';
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
}
.footer-featured-module-style .footer-fa span:after {
  background-color: var(--phnewsbulletin-primary);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}
.footer-featured-module-style a {
  text-decoration: none;
}
.footer-featured-module-style a h2 {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.footer-featured-module-style figure {
  position: relative;
  width: 100%;
}
.footer-featured-module-style figure img {
  width: 100%;
  aspect-ratio: 1.33333333;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-featured-module-style 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;
}
.footer-featured-module-style 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;
  }
}
.footer-featured-module-style .featured-post {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-featured-module-style .featured-post {
    margin-bottom: 15px;
  }
}
.footer-featured-module-style .featured-post:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.footer-featured-module-style .featured-post:hover a h2 {
  color: var(--phnewsbulletin-text-dark);
}
.footer-featured-module-style .featured-post .category-ribbon {
  position: absolute;
  top: 0px;
  left: 12px;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
}
.footer-featured-module-style .entry-title {
  font-size: 20px;
  text-decoration: none;
  line-height: 1.5em;
  margin-top: 10px;
  color: var(--phnewsbulletin-text-dark);
}
.footer-featured-module-style .entry-title:hover {
  color: var(--phnewsbulletin-secondary-dark);
}
.footer-featured-module-style .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--phnewsbulletin-text-light);
}
.footer-featured-module-style .footer-meta:hover {
  color: var(--phnewsbulletin-secondary-dark);
}
.featured-module {
  margin: 60px 0;
  padding: 20px 10px;
  background: var(--phnewsbulletin-background-plain);
}
.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(--phnewsbulletin-background-darker);
  font-size: 24px;
}
.featured-module .module-title-style1 span {
  position: relative;
  background: var(--phnewsbulletin-secondary);
  color: var(--phnewsbulletin-secondary-text);
}
.featured-module .module-title-style1 span:after {
  content: "";
  width: 80%;
  position: absolute;
  height: 2px;
  background: var(--phnewsbulletin-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(--phnewsbulletin-background-darker);
  top: 50%;
  left: 0;
  z-index: 0;
}
.featured-module .module-title-style2 span {
  position: relative;
  background: var(--phnewsbulletin-secondary);
  color: var(--phnewsbulletin-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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-module-style1 .featured-post {
  position: relative;
}
.featured-module-style1 .featured-post .category-ribbon {
  position: absolute;
  top: 5px;
  left: 17px;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  text-decoration: none;
  opacity: 0.8;
}
.featured-module-style1 .big,
.featured-module-style1 .small {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.featured-module-style1 .big img,
.featured-module-style1 .small img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-module-style1 .big .entry-title,
.featured-module-style1 .small .entry-title,
.featured-module-style1 .big .footer-meta,
.featured-module-style1 .small .footer-meta {
  position: absolute;
  padding-left: 15px;
  z-index: 6;
  color: var(--phnewsbulletin-primary-text);
}
.featured-module-style1 .big .entry-title,
.featured-module-style1 .small .entry-title {
  bottom: 25px;
  font-size: 24px;
  width: 80%;
}
.featured-module-style1 .big .footer-meta,
.featured-module-style1 .small .footer-meta {
  bottom: 0;
  padding-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--phnewsbulletin-primary-text);
}
.featured-module-style1 .big .box-shadow,
.featured-module-style1 .small .box-shadow {
  background: linear-gradient(45deg, black, transparent);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 12px;
  right: 12px;
  z-index: 5;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.featured-module-style1 .big:hover .box-shadow,
.featured-module-style1 .small:hover .box-shadow {
  background: linear-gradient(-45deg, var(--phnewsbulletin-primary), transparent);
}
.featured-module-style1 .small .box-shadow {
  right: 12px;
}
.featured-module-style1 .small .entry-title {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .featured-module-style1 img {
    width: 100%;
  }
  .featured-module-style1 .big .box-shadow {
    right: 12px;
  }
  .featured-module-style1 .big .entry-title,
  .featured-module-style1 .small .entry-title {
    font-size: 16px;
    line-height: 1.45em;
  }
}
.featured-module-style2 a {
  text-decoration: none;
}
.featured-module-style2 a h2 {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.featured-module-style2 img {
  width: 100%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-module-style2 .featured-post {
  position: relative;
}
@media screen and (max-width: 767px) {
  .featured-module-style2 .featured-post {
    margin-bottom: 15px;
  }
}
.featured-module-style2 .featured-post:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.featured-module-style2 .featured-post:hover a h2 {
  color: var(--phnewsbulletin-primary);
}
.featured-module-style2 .featured-post .category-ribbon {
  position: absolute;
  top: 5px;
  left: 17px;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
}
.featured-module-style2 .entry-title {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5em;
  margin-top: 10px;
  color: var(--phnewsbulletin-text-dark);
}
.featured-module-style2 .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--phnewsbulletin-text-light);
}
.featured-module-style3 .big {
  margin-bottom: 15px;
  position: relative;
}
.featured-module-style3 .big .category-ribbon {
  position: absolute;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  opacity: 0.6;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  text-decoration: none;
}
.featured-module-style3 .big a {
  display: block;
  color: #fff;
}
.featured-module-style3 .big .box-shadow {
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.8), 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-style3 .big img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.featured-module-style3 .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-style3 .big .entry-title {
  position: absolute;
  bottom: 15px;
  z-index: 6;
  padding: 5px 10px;
  font-size: 21px;
  line-height: 27px;
}
.featured-module-style3 .big:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style3 .small {
  border-bottom: solid 1px var(--phnewsbulletin-background-darker);
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-module-style3 .small .featured-image {
  max-width: 85px;
}
.featured-module-style3 .small:last-child {
  border-bottom: none;
}
.featured-module-style3 .small a {
  text-decoration: none;
  display: block;
  overflow: auto;
  color: var(--phnewsbulletin-text-dark);
}
.featured-module-style3 .small img {
  max-width: 75px;
  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;
  width: 100%;
}
.featured-module-style3 .small h2 {
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.featured-module-style3 .small .footer-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  color: var(--phnewsbulletin-text-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-module-style3 .small .footer-meta a {
  display: inline-block;
}
.featured-module-style3 .small .footer-meta .category-text {
  color: var(--phnewsbulletin-primary-text);
  font-weight: 700;
  letter-spacing: 0;
  background: var(--phnewsbulletin-primary);
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 11px;
}
.featured-module-style3 .small:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style3 .small:hover a h2 {
  color: var(--phnewsbulletin-primary);
}
.featured-module-style3 .bigger {
  position: relative;
}
.featured-module-style3 .bigger .category-ribbon {
  position: absolute;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  opacity: 0.6;
  line-height: 11px;
  z-index: 99;
}
.featured-module-style3 .bigger a {
  text-decoration: none;
}
.featured-module-style3 .bigger a h2 {
  font-size: 27px;
  font-weight: bold;
  color: var(--phnewsbulletin-text-dark);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.featured-module-style3 .bigger img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-module-style3 .bigger h2 {
  margin-top: 10px;
}
.featured-module-style3 .bigger .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
  color: var(--phnewsbulletin-text-light);
}
.featured-module-style3 .bigger:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style3 .bigger:hover a h2 {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .featured-module-style3 .bigger {
    margin-bottom: 10px;
  }
  .featured-module-style3 .bigger a h2 {
    font-size: 26px;
  }
  .featured-module-style3 .big a h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .featured-module-style3 .small img {
    max-width: 55px;
  }
  .featured-module-style3 .small .featured-image {
    max-width: 65px;
  }
  .featured-module-style3 .small h2 {
    font-size: 14px;
  }
  .featured-module-style3 .small .footer-meta {
    font-size: 9px;
  }
}
.featured-module-style4 {
  margin-bottom: 35px;
}
.featured-module-style4 a {
  text-decoration: none;
}
.featured-module-style4 a h2 {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.featured-module-style4 img {
  width: 100%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-module-style4 .featured-post {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .featured-module-style4 .featured-post {
    margin-bottom: 15px;
  }
}
.featured-module-style4 .featured-post:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.featured-module-style4 .featured-post .category-ribbon {
  position: absolute;
  top: 5px;
  left: 17px;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
}
.featured-module-style4 .featured-meta {
  position: absolute;
  bottom: 0;
  right: 12px;
  left: 12px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.featured-module-style4 .entry-title {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5em;
  margin-top: 10px;
  color: #fff;
}
.featured-module-style4 .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: #eee;
  opacity: 0.8;
}
@media screen and (max-width: 767px) and (min-width: 578px) {
  .featured-module-style4 .entry-title {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .featured-module-style4 .footer-meta {
    font-size: 10px;
  }
}
.featured-module-style5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-module-style5 .featured-post {
  position: relative;
}
.featured-module-style5 .featured-post .category-ribbon {
  position: absolute;
  top: 0px;
  left: 12px;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  text-decoration: none;
  opacity: 0.8;
}
.featured-module-style5 .big,
.featured-module-style5 .small {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.featured-module-style5 .big img,
.featured-module-style5 .small img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-module-style5 .big .title-wrapper,
.featured-module-style5 .small .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--phnewsbulletin-primary-text);
  z-index: 99;
}
.featured-module-style5 .big .entry-title,
.featured-module-style5 .small .entry-title,
.featured-module-style5 .big .footer-meta,
.featured-module-style5 .small .footer-meta {
  position: absolute;
  padding-left: 15px;
  text-align: center;
  z-index: 6;
  color: var(--phnewsbulletin-primary-text);
}
.featured-module-style5 .big .entry-title,
.featured-module-style5 .small .entry-title {
  bottom: 20px;
  font-size: 24px;
  width: 80%;
  background: #fff;
  opacity: 0.8;
  color: var(--phnewsbulletin-text-dark) !important;
  padding: 8px;
}
.featured-module-style5 .big .entry-title .big .entry-title,
.featured-module-style5 .small .entry-title .big .entry-title {
  font-size: 50px;
}
.featured-module-style5 .big .footer-meta,
.featured-module-style5 .small .footer-meta {
  bottom: 0;
  padding-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--phnewsbulletin-primary-text);
}
.featured-module-style5 .big .box-shadow,
.featured-module-style5 .small .box-shadow {
  background: linear-gradient(-45deg, var(--phnewsbulletin-primary), transparent);
  position: absolute;
  bottom: 0;
  opacity: 0.7;
  top: 0;
  left: 12px;
  right: 12px;
  z-index: 5;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.featured-module-style5 .small .box-shadow {
  right: 12px;
}
.featured-module-style5 .small .entry-title {
  font-size: 14px;
}
.featured-module-style5 .small img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .featured-module-style5 img {
    width: 100%;
  }
  .featured-module-style5 .big .box-shadow {
    right: 12px;
  }
  .featured-module-style5 .big .entry-title,
  .featured-module-style5 .small .entry-title {
    font-size: 13px;
    line-height: 1.45em;
  }
}
/* featured layout 6 */
.featured-module-style6 .big {
  margin-bottom: 15px;
  position: relative;
}
.featured-module-style6 .big .category-ribbon {
  position: absolute;
  top: 7px;
  left: 7px;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-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-style6 .big a {
  display: block;
  color: #fff;
}
.featured-module-style6 .big .box-shadow {
  background: -webkit-gradient(linear, left top, right top, from(var(--phnewsbulletin-primary)), color-stop(transparent), to(transparent));
  background: linear-gradient(90deg, var(--phnewsbulletin-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-style6 .big img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 100%;
}
.featured-module-style6 .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-style6 .big .entry-title {
  position: absolute;
  bottom: 15px;
  z-index: 6;
  padding: 10px 10px;
  font-size: 21px;
  line-height: 27px;
}
.featured-module-style6 .big:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style6 .big .entry-excerpt {
  color: var(--phnewsbulletin-text);
}
.featured-module-style6 .small {
  border: solid 1px var(--phnewsbulletin-background-darker);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-module-style6 .small .featured-image {
  max-width: 150px;
  position: relative;
}
.featured-module-style6 .small a {
  text-decoration: none;
  display: block;
  overflow: auto;
  color: var(--phnewsbulletin-text-dark);
}
.featured-module-style6 .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-style6 .small h2 {
  font-size: 17px;
  display: inline-block;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: relative;
  padding-bottom: 5px;
}
.featured-module-style6 .small h2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsbulletin-text-dark)), to(var(--phnewsbulletin-text-dark)));
  background-image: linear-gradient(var(--phnewsbulletin-text-dark), var(--phnewsbulletin-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;
  /* 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-style6 .small h2:hover::before {
  background-size: 100% 2px;
}
.featured-module-style6 .small .footer-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  color: var(--phnewsbulletin-text-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-module-style6 .small .footer-meta a {
  display: block;
}
.featured-module-style6 .small .footer-meta .category-text {
  color: var(--phnewsbulletin-primary-text);
  font-weight: 700;
  letter-spacing: 0;
  background: var(--phnewsbulletin-primary);
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 11px;
}
.featured-module-style6 .small:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style6 .bigger {
  position: relative;
}
.featured-module-style6 .bigger .category-ribbon {
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 1;
}
.featured-module-style6 .bigger a {
  text-decoration: none;
}
.featured-module-style6 .bigger a h2 {
  font-size: 27px;
  color: var(--phnewsbulletin-text-dark);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.featured-module-style6 .bigger .entry-excerpt p,
.featured-module-style6 .bigger .entry-excerpt a {
  color: var(--phnewsbulletin-text);
}
.featured-module-style6 .bigger .entry-excerpt p:hover,
.featured-module-style6 .bigger .entry-excerpt a:hover {
  color: var(--phnewsbulletin-text);
}
.featured-module-style6 .bigger figure {
  position: relative;
  width: 100%;
}
.featured-module-style6 .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-style6 .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-style6 .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-style6 .bigger h2 {
  margin-top: 10px;
  position: relative;
}
.featured-module-style6 .bigger h2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phnewsbulletin-text-dark)), to(var(--phnewsbulletin-text-dark)));
  background-image: linear-gradient(var(--phnewsbulletin-text-dark), var(--phnewsbulletin-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;
  /* 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-style6 .bigger h2:hover::before {
  background-size: 100% 2px;
}
.featured-module-style6 .bigger .read-more {
  display: none;
}
.featured-module-style6 .bigger .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
  color: var(--phnewsbulletin-text-light);
  margin-bottom: 16px;
}
.featured-module-style6 .bigger:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style6 .bigger:hover a h2 {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .featured-module-style6 .bigger {
    margin-bottom: 10px;
  }
  .featured-module-style6 .bigger a h2 {
    font-size: 26px;
  }
  .featured-module-style6 .big a h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .featured-module-style6 .small img {
    max-width: 110px;
  }
  .featured-module-style6 .small .featured-image {
    max-width: 122px;
  }
  .featured-module-style6 .small h2 {
    font-size: 14px;
  }
  .featured-module-style6 .small .footer-meta {
    font-size: 9px;
  }
}
.featured-module-style7 .col-md-12 {
  margin-bottom: 15px;
}
.featured-module-style7 .big {
  margin-bottom: 15px;
  position: relative;
}
.featured-module-style7 .big .category-ribbon {
  position: absolute;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  opacity: 0.6;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  text-decoration: none;
}
.featured-module-style7 .big a {
  display: block;
  color: #fff;
}
.featured-module-style7 .big .box-shadow {
  background: linear-gradient(1deg, #000000, 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-style7 .big img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.featured-module-style7 .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-style7 .big .entry-title {
  position: absolute;
  bottom: 15px;
  z-index: 6;
  padding: 5px 10px;
  font-size: 21px;
  line-height: 27px;
}
.featured-module-style7 .big:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style7 .small {
  border-bottom: solid 1px var(--phnewsbulletin-background-darker);
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-module-style7 .small .featured-image {
  max-width: 85px;
}
.featured-module-style7 .small:last-child {
  border-bottom: none;
}
.featured-module-style7 .small a {
  text-decoration: none;
  display: block;
  overflow: auto;
  color: var(--phnewsbulletin-text-dark);
}
.featured-module-style7 .small img {
  max-width: 75px;
  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;
  width: 100%;
}
.featured-module-style7 .small h2 {
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.featured-module-style7 .small .footer-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  color: var(--phnewsbulletin-text-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-module-style7 .small .footer-meta a {
  display: inline-block;
}
.featured-module-style7 .small .footer-meta .category-text {
  color: var(--phnewsbulletin-primary-text);
  font-weight: 700;
  letter-spacing: 0;
  background: var(--phnewsbulletin-primary);
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 11px;
}
.featured-module-style7 .small:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style7 .small:hover a h2 {
  color: var(--phnewsbulletin-primary);
}
.featured-module-style7 .bigger {
  position: relative;
}
.featured-module-style7 .bigger .category-ribbon {
  position: absolute;
  background: var(--phnewsbulletin-primary);
  color: var(--phnewsbulletin-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 11px;
  opacity: 0.6;
  line-height: 11px;
  z-index: 99;
}
.featured-module-style7 .bigger a {
  text-decoration: none;
}
.featured-module-style7 .bigger a h2 {
  font-size: 27px;
  font-weight: bold;
  color: var(--phnewsbulletin-text-dark);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.featured-module-style7 .bigger img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5;
  width: 100%;
}
.featured-module-style7 .bigger h2 {
  margin-top: 10px;
}
.featured-module-style7 .bigger .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
  color: var(--phnewsbulletin-text-light);
}
.featured-module-style7 .bigger:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.featured-module-style7 .bigger:hover a h2 {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .featured-module-style7 .bigger {
    margin-bottom: 10px;
  }
  .featured-module-style7 .bigger a h2 {
    font-size: 26px;
  }
  .featured-module-style7 .big a h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .featured-module-style7 .small img {
    max-width: 55px;
  }
  .featured-module-style7 .small .featured-image {
    max-width: 65px;
  }
  .featured-module-style7 .small h2 {
    font-size: 14px;
  }
  .featured-module-style7 .small .footer-meta {
    font-size: 9px;
  }
}
