.blog__content--single {
  padding-top: 40px;
}

.blog__posts {
  float: left;
}

.post {
  max-width: 590px;
  margin-bottom: 60px;
}

.post:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.post__header {
  color: #b5b5b7;
}

.post__header h1, .post__header h2 {
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
  margin: 0.5em 0 4px 0;
}

.post__header h1 a:link, .post__header h1 a:visited, .post__header h1 a:hover,
.post__header h2 a:link, .post__header h2 a:visited, .post__header h2 a:hover {
  color: inherit;
  text-decoration: none;
}

div.post-header {
  margin-bottom: 30px;
}

.post__header--meta {
  margin-top: 0;
}

.post__body img {
  max-width: 590px;
  height: auto;
}

.post__body blockquote {
  margin-left: 30px;
  padding-left: 15px;
  border-left: 2px solid #ddd;
}

.post__body img {
  max-width: 570px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px;
  background: #fff;
  border: 1px solid #e9e9e9;
}

.post__body table {
  width: 100%;
  line-height: 1.65;
  border-collapse: collapse;
  margin-bottom: 1.3em;
}

.post__body table th {
  padding: 5px 0;
  text-align: left;
}

.post__body table td {
  padding: 5px 0;
}

.post__body table tr {
  border-bottom: 1px solid #ddd;
}

.post__share {
  text-align: right;
  overflow: auto;
  width: 100%;
  margin-top: 2em;
}

.blog__navigation {
  margin-top: 0;
  margin-bottom: 2em;
}

.blog__navigation a {
  background-color: #3E4149;
  padding: 8px 12px;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
}

.blog__navigation a:hover {
  background-color: #4C505A;
}


/********************************* Comments ********************************/

.caret {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #3e4149;
  display: inline-block;
}

.caret:not(.active) {
  transform: translate(5px, 0);
}

.caret.active {
  border-left-color: transparent;
  border-top-color: #3e4149;
  transform: translate(0, 3px);
}

.post__comments-hidable {
  display: none;
}

.post__comments-hidable.active {
  display: block;
}

.post__comments .if-comments-open {
  display: none;
}

.post__comments > *:first-child {
  margin-top: 30px;
}

.post__comments > *:last-child {
  margin-bottom: 60px;
}

.post__comments:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.post__comments h2,
h3#comments-title,
h3#reply-title {
  margin-bottom: 1em;
  font-weight: normal;
  color: #3E4149;
}

.comment,
.trackback,
.pingback {
  width: 530px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  clear: both;
  float: left;
  height: 1%;
}

.comment:after,
.trackback:after,
.pingback:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pingback p,
.trackback p {
  font-size: 0.9em;
  line-height: 1.5;
  color: #aaa;
}

.comment-avatar {
  float: left;
  width: 60px;
}

.comment-avatar img {
  width: 54px;
  padding: 2px;
  background: #fff;
  border: 1px solid #ddd;
}

.comment-body {
  width: 460px;
  float: right;
}

.comment-body ul {
  margin: 0 0 1.4em 1.2em;
}

.comment-body li {
  font-size: 11px;
  line-height: 1.5;
}

.comment-body blockquote {
  margin-left: 30px;
  margin-bottom: 1.4em;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1.5;
  border-left: 2px solid #ddd;
}

.comment-body blockquote p {
  font-size: 1em;
}

.comment-body p {
  margin-top: 0;
}

.comment .comment-body p.comment-meta {
  font-size: 0.9em;
  margin: 0;
  color: #AAA;
}

.comment-form {
  clear: left;
}

.comment-form table {
  border-collapse: collapse;
}

.comment-form th {
  width: 20%;
  padding: 2px 0 15px 0;
  text-align: left;
  vertical-align: top;
}

.comment-form th label {
  line-height: 1.4;
  color: #333;
}

.comment-form th p {
  margin: 0;
  font-weight: normal;
  color: #777;
}

.comment-form td {
  padding: 5px 0 15px 24px;
  vertical-align: top;
}

.comment-form td input {
  width: 70%;
  padding: 6px;
  border: 1px solid #999;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  color: #444;
}

.comment-form td textarea {
  width: 90%;
  padding: 6px;
  line-height: 1.65;
  font-weight: 300;
  border: 1px solid #999;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  color: #444;
}

#submit {
  width: auto;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  margin: 0;
  font-family: inherit;
  padding: 12px 25px;
}

#submit:hover {
  text-decoration: none;
}

.depth-2,
.depth-3,
.depth-4,
.depth-5 {
  margin: 15px 0 0 0;
  padding: 0;
  border: 0 none;
}

.depth-2 .comment-avatar {
  text-align: right;
}

.depth-2 .comment-body p {
  font-size: 0.9em;
  line-height: 1.5;
  color: #444;
}

.depth-2 .comment-avatar img {
  width: 30px;
  height: 30px;
}

.depth-3 .comment-avatar {
  width: 100px;
}

.depth-3 .comment-body {
  width: 420px;
  font-size: 0.95em;
}

.depth-4 .comment-avatar {
  width: 140px;
}

.depth-4 .comment-body {
  width: 380px;
}

.depth-5 .comment-avatar {
  width: 180px;
}

.depth-5 .comment-body {
  width: 340px;
}

/************************** Banner, sidebar, etc. **************************/

.blog__sidebar {
  width: 290px;
  float: right;
}

.blog__sidebar h2 {
  margin-top: 12px;
  line-height: 2.5;
  border-bottom: 1px solid #d9d9dc;
  font-weight: 600;
  font-size: 19px;
  color: #3E4149;
}

.blog__sidebar ul li {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.blog__sidebar ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.blog__sidebar .cat-item a {
  color: #3E4149;
  line-height: 2;
  display: block;
  padding-left: 2.2em;
  font-weight: 200;
  background: url(../images/bullet.svg) no-repeat 3px 50%;
}

/************************ General WordPress Classes ************************/

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alignleft {
  margin-right: 15px;
  float: left;
}

.alignright {
  margin-left: 15px;
  float: right;
}

img.alignnone {
  margin-right: 5px;
  margin-bottom: 0;
}

.wp-caption {
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #E9E9E9;
  margin-bottom: 0;
}

.wp-caption p {
  font-size: 0.9em;
  line-height: 1.1;
  margin-top: 0;
}

.wp-caption img {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: 0 none;
}

.wp-caption a[rel] {
  border: 0 none;
}

.gallery dd {
  font-size: 0.9em;
  line-height: 1.5;
}

.gallery-caption,
.wp-caption-text {
  text-align: center;
}

.gallery-icon a {
  border: 0 none;
}

.gallery-item img {
  margin-bottom: 5px;
  border: 1px solid #E9E9E9 !important;
}

sup {
  line-height: 0;
}

/******************** Mobile oriented and responsiveness *******************/

@media (max-width: 1000px) {
  .blog__posts {
    float: none;
    margin: auto;
    max-width: 590px;
    position: relative;
  }

  .blog__posts img {
    max-width: 100%;
  }

  .blog__sidebar {
    float: none;
    clear: left;
    margin: 60px auto;
    width: auto;
    max-width: 590px;
  }

  iframe {
    max-width: 100%;
  }

  /* Use this in blog posts when the content isn't mobile-friendly */
  .too-big-for-mobile {
    display: none;
  }
}


@media (max-width: 690px) {
  .wp-caption {
    width: 98% !important;
  }

  .comment {
    width: auto;
  }

  .comment .comment-avatar {
    display: none;
  }

  .comment .comment-body {
    width: auto;
    float: none;
  }
}

@media (max-width: 400px) {
  .post__header h1,
  .post__header h2 {
    font-size: 22px;
  }

  .post__header--meta {
    font-size: 14px;
  }
}
