: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;
}
.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(--pixatres-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(--pixatres-primary);
  left: 0%;
  top: 56px;
}
.blog-style1 {
  border-bottom: var(--pixatres-background-darker) solid 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 25px;
  align-items: center;
}
.blog-style1 .entry-title a {
  color: var(--pixatres-text-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
}
.blog-style1 .entry-title a:hover {
  color: var(--pixatres-primary);
}
.blog-style1 .entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
.blog-style1 .entry-meta a {
  font-weight: normal;
  color: var(--pixatres-text-dark);
  text-decoration: none;
}
.blog-style1 .entry-meta a:hover {
  color: var(--pixatres-primary);
}
.blog-style1 .entry-excerpt {
  font-weight: 400;
  color: var(--pixatres-text);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .blog-style1 {
    margin-right: 0;
  }
  .blog-style1 .thumbnail {
    margin-bottom: 15px;
  }
  .blog-style1 .thumbnail img {
    width: 100%;
  }
}
/*# sourceMappingURL=blog-style1.css.map */