/*
Theme Name: TVRev
Version: .1
Description: Theme for TVRev
Author: Philosophie
Author URI: http://www.philosophie.is
*/
@import 'css/category-colors.css';
@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/RobotoSlab-Bold-webfont.eot');
    src: url('fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slablight';
    src: url('fonts/RobotoSlab-Light-webfont.eot');
    src: url('fonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoSlab-Light-webfont.woff') format('woff'),
         url('fonts/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('fonts/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clear_sansbold';
    src: url('fonts/ClearSans-Bold-webfont.eot');
    src: url('fonts/ClearSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Bold-webfont.woff') format('woff'),
         url('fonts/ClearSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Bold-webfont.svg#clear_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clear_sansregular';
    src: url('fonts/ClearSans-Regular-webfont.eot');
    src: url('fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Regular-webfont.woff') format('woff'),
         url('fonts/ClearSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Regular-webfont.svg#clear_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'ETmodules';
  src:url('fonts/ETmodules_v2.eot');
  src:url('fonts/ETmodules_v2.eot?#iefix') format('embedded-opentype'),
    url('fonts/ETmodules_v2.ttf') format('truetype'),
    url('fonts/ETmodules_v2.woff') format('woff'),
    url('fonts/ETmodules_v2.svg#ETmodules') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
blockquote { margin: 20px 0 30px; border-left: 5px solid; padding-left: 20px; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }

/* Box Model Hack */
* {
     -moz-box-sizing: border-box; /* Firexfox */
     -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
     box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
	padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0; /* note the padding around a left floated image */
}
.tr {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: no-repeat top left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
h1, h2, h3, h4, h5, h6 { font-family: 'clear_sansbold'; color: #333; padding-bottom: 10px; line-height: 1em; font-weight: 500; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 1em; line-height: 1.7em; }
p:last-of-type { padding-bottom: 0; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote p { padding-bottom: 0px; }

input { -webkit-appearance: none; }
input[type=checkbox] { -webkit-appearance: checkbox; }
input[type=radio] { -webkit-appearance: radio; }
input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin: 0; }
textarea { padding: 4px; }

img { max-width: auto; height: auto; width: 100%; }
#ie8 img { width: auto; }
input {border: none;}

embed, iframe, object, video { max-width: 100%; }

.et-social-icons li { display: inline-block; margin-left: 20px; }
.et-social-icon a { display: inline-block; font-size: 24px; position: relative; text-align: center; transition: color 300ms ease 0s; color: #666; text-decoration: none; }
#search-icon:before, .et-pb-arrow-prev:before, .et-pb-arrow-next:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .et_overlay:before, #et_search_icon:before, .mobile_menu_bar:before, .et-social-icon a:before, .et_pb_social_icon a.icon:before, .et_pb_font_icon:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a, #et-info-phone:before, #et-info-email:before, .et-cart-info span:before, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, a.et_pb_more_button:after, .et_pb_newsletter_button:after, .comment-reply-link:after, .form-submit input:after, .et_pb_contact_submit:after, .et_pb_contact_reset:after, .et_password_protected_form .et_submit_button:after {
  font-family: 'ETmodules';
}
.et-social-icon span { display: none; }
.et-social-facebook a.icon:before { content: '\e093'; }
.et-social-twitter a.icon:before { content: '\e094'; }
.et-social-google-plus a.icon:before { content: '\e096'; }
.et-social-linkedin a.icon:before { content: '\e09d'; }
.et-social-instagram a.icon:before { content: '\e09a'; }
.et-social-youtube a.icon:before { content: '\e0a3'; }
.et-social-vimeo a.icon:before { content: '\e09c'; }
.et-social-rss a.icon:before { content: '\e09e'; }
.et-social-icon a:hover { color: #a10e42;}
#search-icon:before {
  content: "\55"; font-size: 17px;
  color: #666;
}
  #search-icon:hover { cursor: pointer; }

/******************************************
/* BASE STYLES
/*******************************************/

body {
  color: #66665F;
  font-size: 14px;
  line-height: 1.7;
  font-family: 'roboto_slablight', Arial, sans-serif;
  font-weight: 500;
  background: #e8e8e8;
}
a { text-decoration: none; color: #c41f46; }
a:hover { text-decoration: none; }

.more-link {
  font-family: 'clear_sansbold', arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #2f2f2f;
}
.post-meta {
  font-family: 'clear_sansbold', arial, helvetica, sans-serif;
}

/******************************************
/* LAYOUT
/*******************************************/

.container {
	max-width: 1080px;
  width: 94%;
  margin: 0 auto;
}
#wrapper {
  margin-top: 48px;
  position: relative;
}

header#main-header {
  background: #fff;
  line-height: 23px;
  width: 100%;
  padding: 10px 0;
  min-height: 30px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 9999;
  top: 0;
}
#logo {
  margin: 0;
  padding: 0;
}
#logo a {
  background-image: url(images/tvrev-logo.gif);
  width: 262px;
  height: 28px;
  background-size: contain;
}

header#main-header nav ul {
  list-style: none;
}
header#main-header nav ul li {
  display: inline-block;
  padding-right: 22px;
  font-size: 18px;
  font-family: 'clear_sansregular', arial, helvetica, sans-serif;
}
header#main-header nav ul li a {
  color: #666666;
}
header#main-header nav ul li.current a {
  color: #110409;
}
#search-icon {
  float: right;
}
.search-box-wrapper {
  position: absolute;
  top: 0;
  right: 20px;
  background: #fff;
  padding: 7px 0px 7px 40px;
}

.search-box-wrapper label {
  display: none;
}
.search-box-wrapper #s, .search-box-wrapper #searchsubmit {
  padding: 4px;
  font-size: 16px;
  font-family: 'clear_sansregular', arial, helvetica, sans-serif;
}
.search-box-wrapper #s {
  margin-right: 6px;
  width: 220px;
}
.search-box-wrapper #searchsubmit {
  background: #a10e42;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 12px;
}
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 430px;
}
.hero .post-meta .tvrev-original-callout {
  font-family: 'clear_sansbold', arial, helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  padding: 2px 5px 3px 0;
  color: #c41f46;
}
.hero-image {
  display: block;
}
.hero-image img{
  width: 100%;
}
.hero .post-content {
  position: absolute;
  bottom: 70px;
  border-left: 14px solid white;
  max-width: 1080px;
}
.hero .post-content:before{
  content: " ";
  position: absolute;
  background: #a21c44;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 4px;
  z-index: 1;
}
.hero .post-content h2 {
  font-size: 52px;
  line-height: 1.42;
  padding: 0;
}
.hero .post-content h2 a {
  padding-right: 10px;
  background: #fff;
}
.hero .post-meta {
  display: inline-block;
  background: white;
  padding: 5px 5px 0 0;
  text-transform: uppercase;
}
.hero .post-content .excerpt span{
  font-size: 26px;
  line-height: 1.5;
  background: #fff;
  padding: 2px 0;
}
.hero .more-link {
  background: #a21c44;
  color: white;
  padding: 8px 10px;
  margin-top: 10px;
  bottom: 15px;
  position: absolute;
}
.subnav {
  width: 100%;
  background: #350413;
  padding: 14px 0;
  line-height: 1.7;
  text-align: center;
  z-index: 9999;
  -webkit-transform: translate3d(0,0,0);
}
.subnav.subnav-fixed {
  position: fixed;
  top: 48px;
}
.subnav ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'clear_sansregular', arial, helvetica, sans-serif;
}
.subnav ul li a {
  color: #fff;
}

#main-footer {
  background: #222;
  font-family: 'clear_sansbold', arial, helvetica, sans-serif;
  padding-top: 80px;
  clear: both;
}
.footer-widget {
  float: left;
  margin:0 60px 50px 0;
  width: 225px;
  color: #fff;
}
.footer-widget h5 {
  color: #929393;
  padding-bottom: 15px;
}
.footer-widget .footer-nav li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  font-family: 'clear_sansregular', arial, helvetica, sans-serif;
}
.footer-widget .footer-nav li a {
  color: #fff;
}
.footer-widget .footer-nav li a:hover {
  color: #a10e42;
}
#footer-bottom {
  background: #2f2f2f;
  border-top: 1px solid #47494a;
  padding: 15px 0 5px;
  overflow: hidden;
}
#footer-bottom .copyright {
  text-align: left;
  color: #666;
  padding-bottom: 10px;
  float: left;
}
.mc-field-group input {
  font-family: 'clear_sansregular', arial, helvetica, sans-serif;
  font-size: 20px;
  width: 100%;
  padding: 10px;
}
#mc-embedded-subscribe {
  font-family: 'clear_sansbold', arial, helvetica, sans-serif;
  padding: 10px 30px;
  background: #a10e42;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
}
#all-posts.subnav-fixed {
  /*margin-top: 50px;*/
}
.posts-container {
  padding: 40px 0;
  overflow: hidden;
}
.post-meta {
  text-transform: uppercase;
}
.secondary-post {
  width: 49%;
  float: left;
  margin-left: 1.2%;
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
  box-shadow: 0 0 1px rgba(0,0,0,.06);
  border: 1px solid #f1f1f1;
  border-top: 5px solid #a10e42;
  min-height: 300px;
}

@media only screen and (min-width: 768px) {
  .secondary-post {
    padding: 10px;
  }
}

.home .share-links {
  float: right;
}
.share-links {
  font-family: 'ETmodules';
  margin-top: -2px;
  margin-bottom: 25px;
}
.share-links a {
  display:inline-block;
  width: 24px;
  height: 24px;
  color: #aaa;
  padding: 4px;
  box-shadow: 0px 0px 2px #ccc;
  font-size: 12px;
  text-align: center;
  margin-left: 5px;
}
.share-links a:hover {
  color: #a10e42;
}
.share-links .share-fb:before { content: '\e093'; }
.share-links .share-tw:before { content: '\e094'; }
.share-links .share-in:before { content: '\e09a'; }
.share-links .share-li:before { content: '\e09d'; }

.secondary-post:first-of-type {
  margin-left: 0;
}
.secondary-post .post-media {
  display: inline-block;
  width: 49%;
  margin-right: 3%;
}
.secondary-post .post-media-image {
  height: 252px;
  overflow: hidden;
  display: block;
}
.post-media {
  position: relative;
}
.post-media .post-categories {
  position: absolute;
  display: block;
  bottom: 2px;
  left: 20px;
}
.secondary-post .post-media .post-categories {
  bottom: -5px;
  left: 10px;
}

@media only screen and (max-width: 768px) {
  .secondary-post .post-media .post-categories {
    left: 0;
  }
}

.post-media .category, .older-posts .post-categories a {
  padding: 2px 5px;
  color: #fff;
  font-family: clear_sansbold, arial, helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
}

.post-categories {
  position: relative;
}

.secondary-post .post-media a img {
  height: 100%;
  width: auto;
}
.secondary-post .post-content {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
.secondary-post .post-content h2 {
  font-size: 22px;
  margin-top: 5px;
}

.older-posts {
  margin: 0 5px 10px 0;
  width: 32.7%;
  float: left;
  padding: 30px;
  background-color: #fff;
  word-wrap: break-word;
  box-shadow: 0 0 1px rgba(0,0,0,.06);
  border: 1px solid #f1f1f1;
  border-top: 5px solid #a10e42;
}
.older-posts.category-tvrev-original, .secondary-post.category-tvrev-original {
  background: #faf7f7;
}

.secondary-post .post-content .tvrev-original-callout, .older-posts .post-content .tvrev-original-callout {
  color: #c41f46;
}
.secondary-post .post-meta, .older-posts .post-meta {
  font-size: 12px;
}
.older-posts .post-media {
  margin: -20px -20px -15px;
}
.older-posts .post-media img {
  width: 100%;
}
.older-posts h2 {
  font-family: 'clear_sansregular', arial, helvetica, sans-serif;
  line-height: 1.3;
  font-size: 20px;
  margin-top: 19px;
  margin-top: 10px;
}
.older-posts .excerpt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
}

/******************************************
/* SINGLE PAGE
/*******************************************/
.back-to-posts {
  margin-bottom: 6px;
}
.back-to-posts a {
  color: #2f2f2f;
  font-size: 14px;
  text-transform: uppercase;
}
#main-content {
  background: #fff;
  padding-top: 65px;
  overflow: hidden;
}
#post-content-wrapper {
  margin: 30px 0;
}

.single-post .post-title {
  max-width: 824px;
  margin: -95px auto 0;
  padding: 0;
}
.single-post .entry-content {
  max-width: 650px;
  margin-left: 60px;
  float: left;
  vertical-align: top;
  width: 65%;
}

.page-template-page .entry-content {
  max-width: 650px;
  margin-left: 60px;
  width: 65%;
}

#post-sidebar {
  display: inline-block;
  max-width: 300px;
  vertical-align: top;
  float: left;
  margin: 35px 60px 0 60px;
  width: 22%;
}

#post-sidebar h4, #post-sidebar h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #929393;
  text-align: center;
  line-height: 1.6;
}
#post-sidebar h4 a {
  color: #a21c44;
}
#post-sidebar .author-avatar {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 82px;
  overflow: hidden;
  margin: 0px auto 20px;
}
#post-sidebar .related-posts {
  margin: 50px 0;
}
#post-sidebar .related-posts ul li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-family: 'clear_sansregular', arial, helvetica, sans-serif;
}
#post-sidebar .related-posts ul li a.related-thumbnail {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
#post-sidebar .related-posts ul li a.related-title {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.single-post .post-title {
  margin-bottom: 40px;
}

.entry-content #post-content-wrapper p {
  font-size: 20px;
  line-height: 1.7;
}

.single-post .post-title h1, .single-post .post-title .post-meta {
  display: inline-block;
  background: white;
  padding: 10px 14px;
}

.single-post .post-title .post-meta {
  padding-bottom: 0;
}

.single-post .post-title h1 {
  font-size: 54px;
  line-height: 1.1;
}

.single-post .entry-content p.post-meta {
  font-size: 14px;
}
.single-post .single-post-image {
  height: 420px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.single-post .single-post-image img {
  width: 100%;
}
.single-post .image-block, .plyfe-widget {
  margin: 40px 0;
}
.single-post .entry-content ul, .single-post .entry-content ol {
  list-style: initial;
  margin: 20px 0 25px 30px;
}
.single-post .entry-content ul li, .single-post .entry-content ol li  {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.7;
}
#comments-wrapper {
  margin-top:25px;
}
.single-post #comments-wrapper img, .single-post #comments-wrapper a img {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .plyfe-widget {
    float: left;
    margin-left: -60px;
    margin-right: 40px;
  }
}
.hide {
  display: none;
}
.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  #main-header nav {
    display: none;
  }
  #menu-btn {
    margin-right: 10px;
    background: url(images/remote-control.png) no-repeat center center;
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .mobile-nav-dropdown {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mobile-nav-dropdown li a{
    padding: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
    background: #fff;
    display: block;
  }
  .mobile-nav-dropdown li a:hover {
    background: #eee;
  }
  .search-box-wrapper {
    padding-left: 0;
    right: 10px;
  }
  .search-box-wrapper #s {
    width: 160px;
    margin-right: 0;
    font-size: 14px;
  }
  .search-box-wrapper #searchsubmit {
    display: none;
  }
  .hero-image img {
    width: auto;
    height: 100%;
  }
  .hero .post-content h2 {
    font-size: 30px;
  }
  .hero .post-content .excerpt span {
    font-size: 20px;
  }
  .post {
    width: 100%;
    float: none;
  }
  .subnav {
    display: none;
  }
  .secondary-post .post-media, .secondary-post .post-content {
    width: 100%;
    margin-right: 0;
  }
  .secondary-post .post-media-image {
    height: auto;
  }
  .secondary-post .post-media a img {
    width: 100%;
    height: auto;
  }
  #main-content {
    padding-top: 15px;
  }
  .single-post .entry-content, .page-template-page .entry-content {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  #post-sidebar {
    clear: both;
    width: 80%;
    margin: 40px auto 0;
    float: none;
    display: block;
  }
  .single-post .single-post-image {
    height: auto;
  }
  .single-post .post-title {
    margin-bottom: 20px;
  }
  .single-post .post-title h1 {
    font-size: 38px;
  }
  .single-post .entry-content p, .page-template-page .entry-content p {
    font-size: 16px;
  }
  .footer-widget .footer-nav li {
    margin-bottom: 0;
  }
  .et-social-icons {
    float: none;
  }
  .et-social-icons li:first-child {
    margin-left: 0;
  }
}

.page-template-contributors .author.secondary-post {
  width: 100%;
  padding: 25px;
  position: relative;
}

.page-template-contributors .author.secondary-post .author-anchor {
  position: absolute;
  top: -60px;
}

.page-template-contributors .author .author-avatar {
  overflow: hidden;
}

.page-template-contributors .author.secondary-post .post-content {
  width: 70%;
}

.page-template-contributors .author.secondary-post .post-media {
  width: 25%;
}

.page-template-contributors .author .share-links {
  float: none;
  margin: 0 0 10px;
}

.page-template-contributors .author .share-links a {
  margin-left: 0;
}

#post-sidebar .author {
  text-align: center;
}

.format-image.older-posts .post-media {
  margin: -30px -30px -15px;
  overflow: hidden;
  max-height: 350px;
}

.format-image.older-posts .post-meta {
  padding-bottom: 10[x];
}

.format-video.older-posts, .format-image.older-posts {
  padding: 0;
  min-height: 200px;
  overflow: hidden;
}

.format-video.older-posts .post-media, .format-image.older-posts .post-media {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 20px;
  right: 0;
}

.format-video.older-posts .post-media:after, .format-image.older-posts .post-media:after {
  content: " ";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

.format-video.older-posts .post-content, .format-image.older-posts .post-content {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
  color: white;
}

.format-video.older-posts .post-content h2, .format-video.older-posts .post-content p, .format-video.older-posts .post-content a, .format-image.older-posts .post-content h2, .format-image.older-posts .post-content p, .format-image.older-posts .post-content a {
  color: white;
}

.format-video.older-posts .post-categories, .format-image.older-posts .post-categories {
  left: 30px;
  top: 10px;
}

.single.single-post .format-image .post-title, .single.single-post .format-video .post-title {
  max-width: 960px;
  margin: 25px auto 15px;
}

.single.single-post .format-video iframe {
  width: 100%;
}

.secondary-posts-container {
  padding: 40px 0 0;
}

.secondary-posts-container + #all-posts > .posts-container {
  padding: 0 0 40px;
}

.pagination {
  text-align: center;
  margin-bottom: 40px;
}

.pagination a {
  font-family: 'clear_sansbold', arial, helvetica, sans-serif;
  padding: 8px 10px;
  border: 2px solid #a10e42;
  color: #a10e42;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 2px;
}

.more-link-icon {
  border: 2px solid white;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  position: relative;
  top: -1px;
}

.more-link-icon.play-icon {
  font-size: 9px;
}

.page-template-page #post-content-wrapper {
  margin: 0 0 60px;
}

.page-template-page .hero, .page-template-contributors .hero {
  height: 210px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}
