:root {
  --pixanewspro-primary: #d2a7ef;
  --pixanewspro-primary-text: #f9ffe7;
  --pixanewspro-background-main: #ffffff;
  --pixanewspro-background-darker: #eeeeee;
  --pixanewspro-secondary: #3d405b;
  --pixanewspro-secondary-dark: #33202a;
  --pixanewspro-secondary-text: #FFF;
  --pixanewspro-text-dark: #111;
  --pixanewspro-text: #555;
  --pixanewspro-text-light: #777;
  --pixanewspro-header-background: #000000;
  --pixanewspro-header-lighter: #222;
  --pixanewspro-header-text: #FFFFFF;
  --pixanewspro-top-bar-text: #777777;
  --pixanewspro-mobile-header-background: #FFFFFF;
  --pixanewspro-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(--pixanewspro-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(--pixanewspro-primary);
  left: 0%;
  top: 56px;
}
.blog-style1 {
  border-bottom: var(--pixanewspro-background-darker) solid 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style1 .thumbnail {
  position: relative;
}
.blog-style1 .thumbnail .category-ribbon {
  position: absolute;
  top: 5px;
  left: 17px;
  background: var(--pixanewspro-primary);
  color: var(--pixanewspro-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(--pixanewspro-text-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.blog-style1 .entry-title a:hover {
  color: var(--pixanewspro-primary);
}
.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(--pixanewspro-background-darker);
}
.blog-style1 .entry-meta a {
  color: var(--pixanewspro-secondary);
  text-decoration: none;
}
.blog-style1 .entry-meta a:hover {
  color: var(--pixanewspro-primary);
}
.blog-style1 .entry-excerpt {
  font-weight: 400;
  color: var(--pixanewspro-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(--pixanewspro-background-darker) solid 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style2 .thumbnail {
  position: relative;
}
.blog-style2 .thumbnail .category-ribbon {
  position: absolute;
  top: 5px;
  left: 17px;
  background: var(--pixanewspro-primary);
  color: var(--pixanewspro-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(--pixanewspro-text-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.blog-style2 .entry-title a:hover {
  color: var(--pixanewspro-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(--pixanewspro-background-darker);
}
.blog-style2 .entry-meta a {
  color: var(--pixanewspro-secondary);
  text-decoration: none;
}
.blog-style2 .entry-meta a:hover {
  color: var(--pixanewspro-primary);
}
.blog-style2 .entry-excerpt {
  font-weight: 400;
  color: var(--pixanewspro-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-bottom: 30px;
}
.blog-style3 .thumbnail {
  position: relative;
}
.blog-style3 .thumbnail .category-ribbon {
  position: absolute;
  top: 5px;
  left: 17px;
  background: var(--pixanewspro-primary);
  color: var(--pixanewspro-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(--pixanewspro-text-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.blog-style3 .entry-title a:hover {
  color: var(--pixanewspro-primary);
}
.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(--pixanewspro-background-darker);
}
.blog-style3 .entry-meta a {
  color: var(--pixanewspro-secondary);
  text-decoration: none;
}
.blog-style3 .entry-meta a:hover {
  color: var(--pixanewspro-primary);
}
.blog-style3 .entry-excerpt {
  font-weight: 400;
  color: var(--pixanewspro-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style3 {
    margin: 0;
    display: block;
  }
  .blog-style3 .thumbnail {
    margin-bottom: 10px;
  }
}
.blog-style4 {
  border-bottom: var(--pixanewspro-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-style4 figure {
  position: relative;
  width: 100%;
}
.blog-style4 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;
}
.blog-style4 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;
  }
}
.blog-style4 .thumbnail {
  position: relative;
}
.blog-style4 .thumbnail img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-style4 .post-details {
  position: relative;
  bottom: 94px;
  max-width: 100%;
  width: 90%;
  margin: auto;
  background: white;
  padding: 12px 12px 0 12px;
}
.blog-style4 .post-details .category-ribbon {
  color: var(--pixanewspro-text-dark);
  text-transform: uppercase;
  padding: 5px 8px;
  font-weight: 700;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  opacity: 0.8;
  text-decoration: none;
}
.blog-style4 .post-details .category-ribbon:hover {
  color: var(--pixanewspro-secondary-dark);
}
.blog-style4 .entry-title {
  margin: 10px 0px;
  text-align: center;
}
.blog-style4 .entry-title a {
  color: var(--pixanewspro-text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  padding-bottom: 4px;
}
.blog-style4 .entry-title a:hover {
  color: var(--pixanewspro-primary);
}
.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(--pixanewspro-primary)), to(var(--pixanewspro-primary)));
  background-image: linear-gradient(var(--pixanewspro-primary), var(--pixanewspro-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(--pixanewspro-background-darker);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-style4 .entry-meta a {
  color: var(--pixanewspro-secondary);
  text-decoration: none;
}
.blog-style4 .entry-meta a:hover {
  color: var(--pixanewspro-secondary-dark);
}
.blog-style4 .entry-meta .posted-on {
  font-weight: 500;
  text-align: center;
}
.blog-style4 .entry-excerpt {
  font-weight: 400;
  color: var(--pixanewspro-text);
  line-height: 1.6em;
  text-align: center;
}
.blog-style4 .entry-excerpt .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline;
}
.blog-style4 .category {
  margin: 10px 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog-style4 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .blog-style4 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style4 .thumbnail img {
    width: 100%;
  }
}
.blog-style5 {
  border-bottom: var(--pixanewspro-background-darker) solid 1px;
  margin-bottom: 30px;
  padding: 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style5 figure {
  position: relative;
  width: 100%;
}
.blog-style5 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;
}
.blog-style5 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;
  }
}
.blog-style5 .thumbnail {
  position: relative;
}
.blog-style5 .thumbnail img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-style5 .post-details {
  position: relative;
  bottom: 94px;
  max-width: 100%;
  width: 90%;
  background: white;
  padding: 1px 12px 0 11px;
  margin: auto;
}
.blog-style5 .post-details .category-ribbon {
  color: var(--pixanewspro-text-dark);
  text-transform: uppercase;
  padding: 5px 8px;
  font-weight: 700;
  border-radius: 2px;
  font-size: 11px;
  line-height: 11px;
  z-index: 99;
  opacity: 0.8;
  text-decoration: none;
}
.blog-style5 .post-details .category-ribbon:hover {
  color: var(--pixanewspro-secondary-dark);
}
.blog-style5 .entry-title {
  margin: 10px 0px;
}
.blog-style5 .entry-title a {
  color: var(--pixanewspro-text-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 23px;
  position: relative;
  padding-bottom: 4px;
}
.blog-style5 .entry-title a:hover {
  color: var(--pixanewspro-primary);
}
.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(--pixanewspro-primary)), to(var(--pixanewspro-primary)));
  background-image: linear-gradient(var(--pixanewspro-primary), var(--pixanewspro-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-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--pixanewspro-background-darker);
}
.blog-style5 .entry-meta a {
  color: var(--pixanewspro-secondary);
  text-decoration: none;
}
.blog-style5 .entry-meta a:hover {
  color: var(--pixanewspro-secondary-dark);
}
.blog-style5 .entry-meta .posted-on {
  font-weight: 500;
  text-align: center;
}
.blog-style5 .entry-excerpt {
  font-weight: 400;
  color: var(--pixanewspro-text);
}
.blog-style5 .category {
  margin: 10px 0px;
}
@media screen and (max-width: 767px) {
  .blog-style5 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .blog-style5 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style5 .thumbnail img {
    width: 100%;
  }
}
.blog-style6 {
  border-bottom: var(--pixanewspro-background-darker) solid 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-style6 .thumbnail {
  position: relative;
}
.blog-style6 .thumbnail .category-ribbon {
  position: absolute;
  background: var(--pixanewspro-primary);
  color: var(--pixanewspro-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-style6 .entry-title a {
  color: var(--pixanewspro-text-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.blog-style6 .entry-title a:hover {
  color: var(--pixanewspro-primary);
}
.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(--pixanewspro-background-darker);
}
.blog-style6 .entry-excerpt {
  font-weight: 400;
  color: var(--pixanewspro-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style6 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .blog-style6 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style6 .thumbnail img {
    width: 100%;
  }
}
.grid-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
