/*
Theme Name: Saving Content
Theme URI: http://savingcontent.com/
Author: Klein Maetschke
Author URI: http://iamkle.in
Description: 2014 Theme for Saving Content
Version: 1.0b
License: GNU General Public License
License URI: license.txt
Tags: light, simple, video game, gaming
*/

@import url('css/foundation.min.css');
@import url('css/normalize.css');

body {
  font-family: 'DINNextLTPro-Regular';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'DINNextLTPro-Regular';
  font-weight: normal; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

.wrapper-black {
  height: 56px;
  width: 100%;
  background: #000000;
}

#title.podcast {
  background: #ea35ff url("img/shattered_purple@2x.png") repeat;
  background-size: 50%; }

#title.preview {
  background: #37c0ff url("img/shattered_blue@2x.png") repeat;
  background-size: 50%; }

#title.review {
  background: #ff5900 url("img/shattered_orange@2x.png") repeat;
  background-size: 50%; }

#title.article {
  background: #41f433 url("img/shattered_green@2x.png") repeat;
  background-size: 50%; }

#title.video {
  background: #ffec00 url("img/shattered_yellow@2x.png") repeat;
  background-size: 50%; }

#post-content {
  border: none;
  border-left: 2px solid; }
  #post-content.podcast {
    border-color: #ea35ff; }
  #post-content.preview {
    border-color: #37c0ff; }
  #post-content.review {
    border-color: #ff5900; }
  #post-content.article {
    border-color: #41f433; }
  #post-content.video {
    border-color: #ffec00; }

#social {
  text-align: right;
  padding: 18px 0 15px;
}

#logo {
  width: 364px;
  height: 182px;
  background: url('img/logo@2x-white.png') no-repeat;
  background-size: 100%;
  margin-top: -70px;
  float: left;
}

#pr-contact {
  width: 556px;
  float: right;
  padding: 10px 0;
  margin-left: 50px;
}
  #pr-contact h3 {
    font-size: 22px;
  }
    #pr-contact h3 a {
      font-weight: bold;
      text-transform: uppercase;
    }

.wrapper-featured {
  width: 100%;
  height: 470px;
  background: url('img/risen_featured.png') no-repeat;
  background-size: cover;
  background-position: 50% 25%;
  margin-top: -25px;
}
  .featured-container {
    display: table;
    height: 470px;
  }
    .featured-title {
      font-family: 'DINNextLTPro-Heavy';
      font-size: 58px;
      color: #FFFFFF;
      line-height: 71px;
      text-shadow: 0px 3px 8px #000000, 0px 10px 6px rgba(0,0,0,0.5);
      display: table-cell;
      vertical-align: middle;
    }

.wrapper-gem {
  margin-bottom: 20px;
  height: 100px;
  background-image: -o-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 50%);
  background-image: -moz-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 50%);
  background-image: -webkit-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 50%);
  background-image: -ms-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 50%);
  background-image: linear-gradient(-180deg, #DDDBDB 0%, #FFFFFF 50%);
}
  #gems {
    margin-top: -70px;
  }
    .gem {
      width: 147px;
      height: 130px;
      float: left;
      position: relative;
    }
      .gem.news{
        background: url('img/article@2x.png') no-repeat;
        background-size: 100%;
      }
      .gem.podcasts{
        background: url('img/podcast@2x.png') no-repeat;
        background-size: 100%;
      }
      .gem.previews{
        background: url('img/preview@2x.png') no-repeat;
        background-size: 100%;
      }
      .gem.reviews{
        background: url('img/review@2x.png') no-repeat;
        background-size: 100%;
      }
      .gem.videos{
        background: url('img/video@2x.png') no-repeat;
        background-size: 100%;
      }
      .icon-label {
        width: 80%;
        background: black;
        color: white;
        text-align: center;
        display: block;
        padding: 8px 0;
        position: absolute;
        bottom: 0;
        left: 10.25%;
        font-size: 18px;
        /*display: none;*/
        opacity:0.0;
        filter:alpha(opacity=0);
      }
    .gem:hover > .icon-label {
      /*display: block;*/
      opacity:1.0;
      filter:alpha(opacity=100);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

.branded {
  background: #3388ff;
  color: white;
  padding: 2px 10px 7px;
  position: relative;
  top: 6px;
  left: 0; }
  .branded:hover {
    background: #2d7ae5;
    color: white; }

.facebook {
  color: #3b5998;
  font-size: 24px;
  margin-right: 10px; }
  .facebook:hover {
    color: white; }

.twitter {
  color: #00acee;
  font-size: 24px;
  margin-right: 10px; }
  .twitter:hover {
    color: white; }

.youtube {
  color: #c4302b;
  font-size: 24px; }
  .youtube:hover {
    color: white; }

header.row {
  margin-top: 50px;
  margin-bottom: 50px; }
  header.row #logo {
    width: 470px;
    height: auto; }
  header.row h2 {
    font-size: 24px; }
  header.row p {
    margin-top: 40px; }

#date {
  min-height: 200px;
  padding-top: 10px; }
  #date.article {
    border-color: #41f433;
    background: url(img/article@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.preview {
    border-color: #37c0ff;
    background: url(img/preview@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.review {
    border-color: #ff5900;
    background: url(img/review@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.podcast {
    border-color: #ea35ff;
    background: url(img/podcast@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.video {
    border-color: #ffec00;
    background: url(img/video@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 100px; }
  #date h6 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0; }
  #date h5 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }

#title {
  padding: 20px 30px 30px 30px; }
  #title h1 {
    margin-top: 0;
    margin-bottom: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 46px; }
  #title .byline {
    color: #1a1a1a; }

#post-content {
  padding: 20px 10px 0px 30px; }

article {
  margin-bottom: 50px; }
  article img {
    width: 100%;
    height: auto; }
  article embed, article iframe {
    width: 100%;
    height: 435px; }