: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;
}
.single-style1 {
  border-bottom: var(--pixatres-background-darker) solid 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 25px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single-style1 {
    margin-right: 0;
  }
}
.single-style1 .entry-title {
  border-bottom: solid 1px var(--pixatres-background-darker);
  padding-bottom: 10px;
}
.single-style1 .entry-title a {
  color: var(--pixatres-text-dark);
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
}
.single-style1 .entry-title a:hover {
  color: var(--pixatres-primary);
}
.single-style1 .post-thumbnail {
  text-align: center;
}
.single-style1 .entry-meta,
.single-style1 .entry-footer {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
.single-style1 .entry-meta a,
.single-style1 .entry-footer a {
  font-weight: normal;
  color: var(--pixatres-secondary);
  text-decoration: none;
}
.single-style1 .entry-meta a:hover,
.single-style1 .entry-footer a:hover {
  color: var(--pixatres-secondary-dark);
}
.single-style1 .entry-content {
  font-weight: 400;
  color: var(--pixatres-text);
  line-height: 1.6em;
}
.single-style1 .entry-content a {
  font-weight: normal;
  color: var(--pixatres-primary);
  text-decoration: none;
  border-bottom: solid 1px var(--pixatres-secondary);
}
.single-style1 .entry-content a:hover {
  color: var(--pixatres-primary);
  border-bottom: solid 1px var(--pixatres-primary);
}
.single-style1 .entry-footer {
  margin-top: 35px;
  margin-bottom: 35px;
  border-top: solid 1px var(--pixatres-background-darker);
  padding: 10px 0;
}
.single-style1 .entry-footer .cat-links,
.single-style1 .entry-footer .tags-links {
  display: block;
}
.single-style1 .post-navigation {
  background: var(--pixatres-background-darker);
  padding: 10px 15px;
  margin: 30px 0;
  border-radius: 3px;
  font-size: 14px;
}
.single-style1 .post-navigation a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.single-style1 .post-navigation a i.fa {
  font-size: 18px;
  color: var(--pixatres-primary);
}
.single-style1 .post-navigation .nav-previous i.fa {
  margin-right: 15px;
}
.single-style1 .post-navigation .nav-next i.fa {
  margin-left: 15px;
}
.single-style1 .post-navigation .nav-next a {
  justify-content: flex-end;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
#comments li.even.depth-1 {
  background: var(--pixatres-background-darker);
  margin-bottom: 25px;
  padding: 15px;
}
#comments li.even.depth-1 ol.children {
  background: var(--pixatres-background-main);
}
#comments li.even.depth-1 ol.children ol.children {
  background: var(--pixatres-background-darker);
}
#comments li.even.depth-1 ol.children ol.children li.comment {
  background: var(--pixatres-background-main);
  margin-bottom: 15px;
  padding: 10px;
}
#comments li.odd.depth-1 {
  border: solid 1px var(--pixatres-background-darker);
  margin-bottom: 25px;
  padding: 15px;
}
#comments li.odd.depth-1 ol.children {
  background: var(--pixatres-background-darker);
}
#comments li.odd.depth-1 ol.children ol.children {
  background: var(--pixatres-background-main);
}
#comments li.odd.depth-1 ol.children ol.children li.comment {
  border: solid 1px var(--pixatres-background-darker);
  margin-bottom: 15px;
  padding: 10px;
}
#comments ol.children {
  list-style: none;
  padding: 15px;
  margin-top: 15px;
}
#comments li.comment .comment-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px var(--pixatres-background-darker);
  padding-bottom: 8px;
  margin-bottom: 15px;
}
#comments li.comment .comment-author img {
  border-radius: 50%;
  border: solid 3px var(--pixatres-primary);
  margin-right: 5px;
}
#comments li.comment .comment-metadata {
  font-size: 10px;
  text-transform: uppercase;
}
#comments li.comment .comment-metadata a {
  text-decoration: none;
}
#reply-title {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2px var(--pixatres-background-darker);
}
#respond textarea,
#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
#respond input[type=text] {
  background: var(--pixatres-background-darker);
  border: solid 3px var(--pixatres-background-darker);
}
#respond label {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
  min-width: 75px;
}
#respond form p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#respond .comment-form-cookies-consent label {
  margin-left: 8px;
}
#respond input[type=submit] {
  background: var(--pixatres-primary);
  color: var(--pixatres-primary-text);
}
body.page .page-entry-header h1,
body.archive .page-entry-header h1,
body.search .page-entry-header h1 {
  font-size: 36px;
  border-bottom-width: 3px;
}
body.page .page-entry-header span:after,
body.archive .page-entry-header span:after,
body.search .page-entry-header span:after {
  height: 3px;
  top: 71px;
}
.archive-description {
  background: var(--pixatres-background-darker);
  padding: 15px;
}
/*# sourceMappingURL=single.css.map */