:root {
  --pixatres-primary: #e07a5f;
  --pixatres-primary-text: #f9ffe7;
  --pixatres-background-main: #ffffff;
  --pixatres-background-darker: #eeeeee;
  --pixatres-secondary: #3d405b;
  --pixatres-secondary-dark: #33202a;
  --pixatres-text-dark: #111;
  --pixatres-text: #555;
  --pixatres-text-light: #777;
}
.owl-carousel .carousel-post img {
  border-radius: 5px;
  display: inline-block;
  transition: 0.2s all ease;
}
.owl-carousel .carousel-post a {
  text-decoration: none;
}
.owl-carousel .carousel-post .entry-title {
  font-size: 16px;
  color: var(--pixatres-text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.owl-carousel .carousel-post .footer-meta {
  color: var(--pixatres-text-light);
  font-size: 11px;
  text-transform: uppercase;
}
.owl-carousel .carousel-post:hover img {
  filter: brightness(0.8);
}
.featured-module {
  margin: 60px 0;
}
.featured-module .module-title {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.featured-module .module-title h2 {
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: solid 2px var(--pixatres-background-darker);
  font-size: 24px;
}
.featured-module .module-title span {
  position: relative;
}
.featured-module .module-title span:after {
  content: "";
  width: 80%;
  position: absolute;
  height: 2px;
  background: var(--pixatres-primary);
  left: 10%;
  top: 56px;
}
.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: 10px;
}
.featured-module-style1 {
  justify-content: center;
}
.featured-module-style1 .big,
.featured-module-style1 .small {
  position: relative;
  margin-bottom: 20px;
  transition: 0.2s all ease;
}
.featured-module-style1 .big img,
.featured-module-style1 .small img {
  width: 100%;
}
.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(--pixatres-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(--pixatres-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;
  transition: 1s all ease;
}
.featured-module-style1 .big:hover .box-shadow,
.featured-module-style1 .small:hover .box-shadow {
  background: linear-gradient(-45deg, var(--pixatres-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 img {
  width: 100%;
  transition: 0.2s all ease;
}
@media screen and (max-width: 767px) {
  .featured-module-style2 .featured-post {
    margin-bottom: 15px;
  }
}
.featured-module-style2 .featured-post:hover img {
  filter: brightness(0.5);
}
.featured-module-style2 .entry-title {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5em;
  margin-top: 10px;
  color: var(--pixatres-text-dark);
}
.featured-module-style2 .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--pixatres-text-light);
}
/*# sourceMappingURL=featured-modules.css.map */