body.page.blog section.content {
  padding-bottom: 6px;
  position: relative;
}
body.page.blog section.content h1 {
  margin-bottom: 0;
}
body.page.blog section.content .post {
  width: 100%;
  height: 0;
  padding: 10px 10px 205%;
  font-size: 14px;
  float: left;
  border-bottom: 1px solid black;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
body.page.blog section.content .post:nth-child(3n+0) {
  border-right: 0;
}
body.page.blog section.content .post .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.page.blog section.content span.mct-fitness, body.page.blog section.content span.mct-nutrition, body.page.blog section.content span.mct-wellness {
  margin: 20px 0;
  height: 40px;
  background-size: auto 40px;
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page.blog section.content .single-post span.mct-fitness, body.page.blog section.content .single-post span.mct-nutrition, body.page.blog section.content .single-post span.mct-wellness {
  background-position: left center;
}
body.page.blog section.content span.mct-fitness {
  background-image: url('../images/logo-mct-fitness.svg');
}
body.page.blog section.content span.mct-nutrition {
  background-image: url('../images/logo-mct-nutrition.svg');
}
body.page.blog section.content span.mct-wellness {
  background-image: url('../images/logo-mct-wellness.svg');
}
body.page.blog section.content .post p {
  padding: 0 10px;
}
body.page.blog section.content .post p.title {
  font-size: 20px;
  height: 62px;
  font-family: 'GothamHTFBold';
  text-transform: uppercase;
  overflow: hidden;
}
body.page.blog section.content .post p.date-cat {
  font-size: 14px;
  height: 28px;
  font-family: 'GothamHTFBookItalic';
  margin-bottom: 20px;
  overflow: hidden;
}
body.page.blog section.content .post p.excerpt {
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  overflow: hidden;
}
body.page.blog section.content .post .read-more {
  text-decoration: underline;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
#pagination .page-numbers {
  display: none;
}
#pagination .page-numbers.next {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  margin-bottom: 10px;
}
#infscr-loading {
  text-align: center;
  margin: 10px 0;
}
body.page.blog.single section.content h1 {
  font-size: 20px;
  margin: 20px 0;
  font-family: 'GothamHTFBold';
  padding: 0;
  border: 0;
  text-align: left;
}
body.page.blog.single section.content img.featured {
  max-width: 100%;
}
body.page.blog.single section.content p.header-title {
  margin-bottom: 0;
}
body.page.blog.single section.content .single-post {
  padding-top: 15px;
}
body.page.blog.single section.content .single-post img {
  max-width: 100%;
  height: auto !important;
}
body.page.blog.single section.content .sidebar {
  padding: 30px 15px;
  border-top: 1px solid black;
  margin-top: 30px;
}
body.page.blog.single section.content {
  padding-bottom: 0;
}
body.page.blog.single section.content .single-post p.date-cat {
  font-size: 14px;
  font-family: 'GothamHTFBookItalic';
  margin-bottom: 20px;
}
body.page.blog.single section.content .sidebar h4 {
  font-family: 'GothamHTFBold';
  text-transform: uppercase;
}
body.page.blog.single section.content .sidebar ul {
  padding: 0;
  display: inline-block;
}
body.page.blog.single section.content .sidebar ul li {
  list-style: none;
}
body.page.blog.single section.content .sidebar ul.recent-posts {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
body.page.blog.single section.content .sidebar ul.recent-posts li {
  margin: 20px 0;
}
body.page.blog.single section.content .sidebar ul.categories {
  margin: 20px 0;
}
#post-nav {
  text-transform: uppercase;
}
#post-nav a {
  margin: 0 10px;
}