div#blog div.blog-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  div#blog div.blog-wrap {
    flex-wrap: wrap;
  }
}
div#blog div.blog-wrap div.main-wrap {
  width: 65%;
}
@media only screen and (max-width: 1025px) {
  div#blog div.blog-wrap div.main-wrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}
div#blog div.blog-wrap div.post-blog p.date {
  font-size: 1.4rem;
  margin: 1rem 0 4rem;
  color: #db492e;
}
div#blog div.blog-wrap div.post-blog p {
  font-size: 1.4rem;
  line-height: 1.8;
}
div#blog div.blog-wrap div.post-blog img {
  width: 100%;
  margin: 4rem 0 1rem;
}
div#blog div.blog-wrap div.post-blog div.item_card {
  border-bottom: 1px solid #eee;
}
div#blog div.blog-wrap div.post-blog div.item_card:first-of-type {
  border-top: 1px solid #eee;
  margin-top: 4rem;
}
div#blog div.blog-wrap div.post-blog div.item_card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#blog div.blog-wrap div.post-blog div.item_card a img {
  width: 20%;
  margin-right: 5%;
  margin-top: 0;
}
div#blog div.blog-wrap div.post-blog div.item_card a h3 {
  width: 55%;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1025px) {
  div#blog div.blog-wrap div.post-blog div.item_card a h3 {
    width: 50%;
  }
}
div#blog div.blog-wrap div.post-blog div.item_card a span {
  width: 20%;
  background-color: #db492e;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 2px;
}
@media only screen and (max-width: 1025px) {
  div#blog div.blog-wrap div.post-blog div.item_card a span {
    width: 23%;
    font-size: 1rem;
  }
}
div#blog div.blog-wrap div.post-blog p.posted {
  border-bottom: 1px solid #ccc;
  margin: 2rem 0 4rem;
  text-align: right;
  font-size: 1rem;
  color: #ccc;
}
div#blog div.blog-wrap h2.post-title {
  font-size: 2rem;
}
@media only screen and (max-width: 740px) {
  div#blog div.blog-wrap h2.post-title {
    width: 75%;
    font-size: 1.6rem;
  }
}
div#blog div.blog-wrap div.title-loop {
  padding: 1rem 0;
  margin: 0;
}
@media only screen and (max-width: 740px) {
  div#blog div.blog-wrap div.title-loop {
    padding: 0.5rem 0;
  }
}
div#blog div.blog-wrap div.title-loop a {
  display: flex;
  align-items: center;
}
div#blog div.blog-wrap div.title-loop div.thumbinner {
  width: 12rem;
  height: 12rem;
  background-size: cover;
  background-position: center center;
  margin-right: 4rem;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 740px) {
  div#blog div.blog-wrap div.title-loop div.thumbinner {
    width: 20%;
    height: auto;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 740px) {
  div#blog div.blog-wrap div.title-loop div.thumbinner span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
}
div#blog div.blog-wrap div.title-loop p.posted {
  margin: 0;
}
div#blog div.blog-wrap div.blog-sidebar {
  width: 30%;
  padding: 0 4rem;
}
@media only screen and (max-width: 1025px) {
  div#blog div.blog-wrap div.blog-sidebar {
    width: 100%;
    padding: 0;
    margin: 4rem auto;
    max-width: 640px;
  }
}
div#blog div.blog-wrap div.blog-sidebar h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
div#blog div.blog-wrap div.blog-sidebar ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1025px) {
  div#blog div.blog-wrap div.blog-sidebar ul li {
    padding: 2rem 0;
  }
}
div#blog div.blog-wrap div.blog-sidebar ul li a {
  color: #333;
  font-size: 1.4rem;
  display: block;
}
@media only screen and (max-width: 740px) {
  div#blog div.blog-wrap div.blog-sidebar ul li a {
    font-size: 2rem;
  }
}
div#blog div.blog-wrap .comment-list li.comment {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  clear: both;
}
div#blog div.blog-wrap .comment-list li.comment div.comment-body {
  padding: 2rem 0;
}
div#blog div.blog-wrap .comment-list li.comment div.comment-body img.avatar {
  width: 10%;
  margin-top: 0;
  display: block;
  display: none;
}
div#blog div.blog-wrap .comment-list li.comment div.comment-body cite,
div#blog div.blog-wrap .comment-list li.comment div.comment-body span.says {
  font-size: 1.4rem;
}
div#blog div.blog-wrap .comment-list li.comment div.comment-body div.comment-meta {
  margin: 1rem 0 1rem;
}
div#blog div.blog-wrap .comment-list li.comment div.comment-body div.reply {
  display: none;
}
div#blog div.blog-wrap .comment-list li.comment div.comment-body p {
  padding-left: 2rem;
}
div#blog div.blog-wrap div#comments form p.comment-notes {
  display: none;
}
div#blog div.blog-wrap div#comments form label {
  display: block;
  margin-top: 2rem;
}
div#blog div.blog-wrap div#comments form textarea {
  background-color: #f2f2f2;
  border: 0;
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  height: 18rem;
}
div#blog div.blog-wrap div#comments form input[type="text"] {
  background-color: #f2f2f2;
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
  border: 0;
}
div#blog div.blog-wrap div#comments form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #db492e;
  border: 0;
  color: #fff;
  width: 100%;
  padding: 1rem;
  display: block;
  margin: 4rem 0 0;
  border-radius: 2px;
}
div#blog div.blog-wrap ul.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0 6rem;
}
div#blog div.blog-wrap ul.nav a {
  color: #db492e;
  font-size: 1.3rem;
}
div.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 740px) {
  div.pager {
    flex-wrap: wrap;
  }
}
div.pager a,
div.pager span.current {
  width: 3rem;
  height: 3rem;
  display: block;
  border: 1px solid #333;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem 0.2rem;
  line-height: 2.2;
  border-radius: 200px;
}
@media only screen and (max-width: 740px) {
  div.pager a,
  div.pager span.current {
    margin: 0 0.5rem;
    width: 4rem;
    height: 4rem;
    line-height: 3;
  }
}
div.pager span.current {
  background-color: #db492e;
  color: #fff;
}
div.pager a {
  color: #333;
  transition: 0.2s;
}
div.pager a:hover {
  background-color: #db492e;
}
