/*
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);

@font-face {
  font-family: 'DIN Next';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/DINNextLTPro-Medium.otf');
}
@font-face {
  font-family: 'DIN Next';
  font-weight: normal;
  font-style: italic;
  src: url('fonts/DINNextLTPro-MediumItalic.otf');
}
@font-face {
  font-family: 'DIN Next';
  font-weight: 800;
  font-style: normal;
  src: url('fonts/DINNextLTPro-Black.otf');
}
@font-face {
  font-family: 'DIN Next';
  font-weight: 800;
  font-style: italic;
  src: url('fonts/DINNextLTPro-BlackItalic.otf');
}

body {
  font-family: 'Open Sans', sans-serif;
}
  body.error404 {
    background: #f3f3f3 url('img/shattered_gray@2x.png') repeat;
    background-size: 100%;
    background-attachment: fixed;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: 'DIN Next', sans-serif;
  font-weight: 400; }

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;
}
  input#search {
    margin: 0;
    position: relative;
    top: 1px;
    left: 0;
    border: 0;
    -webkit-appearance: none;
    font-size: 18px;
  }
  .search-query {
    color: #3e8ef8;
  }

.wrapper-white {
  background: #fff;
  height: 90px;
}

blockquote {
  background: #f3f3f3 url('img/shattered_gray@2x.png') repeat;
  background-size: 100%;
  background-attachment: fixed;
  border-left: 1px solid #ddd;
  padding: 20px; }
  blockquote p {
    margin-bottom: 0;
    color: #2A2A2A; }

#title.tag-podcasts, #title.tag-podcast {
  background: #ea35ff url("img/shattered_purple@2x.png") repeat;
  background-size: 50%;
  background-attachment: fixed; }

#title.tag-previews, #title.tag-preview {
  background: #37c0ff url("img/shattered_blue@2x.png") repeat;
  background-size: 50%;
  background-attachment: fixed; }

#title.tag-reviews, #title.tag-review {
  background: #ff5900 url("img/shattered_orange@2x.png") repeat;
  background-size: 50%;
  background-attachment: fixed; }

#title.tag-articles, #title.tag-article {
  background: #41f433 url("img/shattered_green@2x.png") repeat;
  background-size: 50%;
  background-attachment: fixed; }
	#title.tag-articles.tag-top2015, #title.tag-article.tag-top2015 {
		//background: #EFBB64 url("img/shattered_dkgray@2x.jpg") repeat;
  		background: #EFBB64 url("http://www.savingcontent.com/wp-content/uploads/2015/12/background.png") repeat;
		background-size: auto;
  		background-attachment: fixed; }

#title.tag-videos, #title.tag-video {
  background: #ffec00 url("img/shattered_yellow@2x.png") repeat;
  background-size: 50%;
  background-attachment: fixed; }

#post-content {
  border: none;
  border-left: 2px solid; }
  #post-content.tag-podcast, #post-content.tag-podcasts {
    border-color: #ea35ff; }
  #post-content.tag-preview, #post-content.tag-previews {
    border-color: #37c0ff; }
  #post-content.tag-review, #post-content.tag-reviews {
    border-color: #ff5900; }
  #post-content.tag-article, #post-content.tag-articles {
    border-color: #41f433; }
	#post-content.tag-article.tag-top2015, #post-content.tag-articles.tag-top2015 {
		border-color: #454545; }
  #post-content.tag-video, #post-content.tag-videos {
    border-color: #ffec00; }
    #post-content.tag-podcast a, #post-content.tag-podcasts a {
      color: rgba(150, 41, 181, 1); font-weight: bold; }
    #post-content.tag-preview a, #post-content.tag-previews a {
      color: rgba(38, 138, 252, 1); font-weight: bold; }
    #post-content.tag-review a, #post-content.tag-reviews a {
      color: rgba(253, 73, 30, 1); font-weight: bold; }
    #post-content.tag-article a, #post-content.tag-articles a {
      color: 0 -48px 48px rgba(26, 153, 24, 1); font-weight: bold; }
    #post-content.tag-video a, #post-content.tag-videos a {
      color: rgba(255, 198, 46, 1); font-weight: bold; }
    #post-content.tag-article a, #post-content.tag-articles a {
      color: rgba(26, 153, 24, 1); font-weight: bold; }


.form-stuff {
  float: left;
  width: 65%;
  padding-top: 3px;
}
  form {
    margin: 0; }

#social {
  text-align: right;
  padding: 5px 0 15px;
}
  #social a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 9px;
  }

#logo {
  width: 364px;
  height: 182px;
  background: url('img/logo@2x-white.png') no-repeat;
  background-size: 100%;
  margin-top: -73px;
  float: left;
}

.inline-logo {
  width: 483px;
  height: 56px;
  margin: 0;
  padding: 0;
  background: url('img/shrunk-header@2x.png') no-repeat left center;
  background-size: 483px 56px;
  display: none;
}

#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;
    }

.single-post .wrapper-featured {
  height: 205px;
}
	.single-post .wrapper-featured.empty {
		height: 75px;
		background: white;
	}
.wrapper-featured.search {
  height: 205px;
  background: #000 url('img/shattered_gray@2x.png') repeat fixed;
}
  .wrapper-featured.search h1.featured-title {
    color: #2a2a2a;
    text-shadow: none;
    text-align: center;
  }

.wrapper-featured.videos {
  height: 205px;
  background: #000 url('img/shattered_yellow@2x_featured.png') repeat fixed;
}
  .wrapper-featured.videos h1.featured-title {
    color: #2a2a2a;
    text-shadow: none;
    text-align: center;
  }

  .wrapper-featured.reviews {
    height: 205px;
    background: #000 url('img/shattered_orange@2x_featured.png') repeat fixed;
  }
    .wrapper-featured.reviews h1.featured-title {
      color: #2a2a2a;
      text-shadow: none;
      text-align: center;
    }

  .wrapper-featured.previews {
    height: 205px;
    background: #000 url('img/shattered_blue@2x_featured.png') repeat fixed;
  }
    .wrapper-featured.previews h1.featured-title {
      color: #2a2a2a;
      text-shadow: none;
      text-align: center;
    }

  .wrapper-featured.podcasts {
    height: 205px;
    background: #000 url('img/shattered_purple@2x_featured.png') repeat fixed;
  }
    .wrapper-featured.podcasts h1.featured-title {
      color: #2a2a2a;
      text-shadow: none;
      text-align: center;
    }

  .wrapper-featured.articles {
    height: 205px;
    background: #000 url('img/shattered_green@2x_featured.png') repeat fixed;
  }
    .wrapper-featured.articles h1.featured-title {
      color: #2a2a2a;
      text-shadow: none;
      text-align: center;
    }

.wrapper-featured {
  width: 100%;
  height: 470px;
  background: #000 url('img/shattered_gray@2x.png') repeat;
  background-size: 100%;
  background-attachment: fixed;
  margin-top: 95px;
}
  .featured-container {
    display: table;
    height: 470px;
  }
    .featured-container a {
      display: table-cell;
      vertical-align: middle;
    }
      .featured-title {
        font-family: 'DIN Next';
        font-weight: 800;
        font-size: 58px;
        color: #FFFFFF;
        line-height: 71px;
        text-shadow: 0px 3px 8px #000000, 0px 10px 6px rgba(0,0,0,0.5);
      }

.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%);
}
  .wrapper-gem.videos {
    box-shadow: 0 -48px 48px rgba(255, 198, 46, 0.55), 0 -12px 12px rgba(255, 198, 46, 0.85);
  }
  .wrapper-gem.podcasts {
    box-shadow: 0 -48px 48px rgba(150, 41, 181, 0.55), 0 -12px 12px rgba(150, 41, 181, 0.85);
  }
  .wrapper-gem.previews {
    box-shadow: 0 -48px 48px rgba(38, 138, 252, 0.55), 0 -12px 12px rgba(38, 138, 252, 0.85);
  }
  .wrapper-gem.reviews {
    box-shadow: 0 -48px 48px rgba(253, 73, 30, 0.55), 0 -12px 12px rgba(253, 73, 30, 0.85);
  }
  .wrapper-gem.articles {
    box-shadow: 0 -48px 48px rgba(26, 153, 24, 0.55), 0 -12px 12px rgba(26, 153, 24, 0.85);
  }
  #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: 32px;
  margin-right: 10px; }
  .facebook:hover {
    color: white; }

.twitter {
  color: #00acee;
  font-size: 32px;
  margin-right: 10px; }
  .twitter:hover {
    color: white; }

.youtube {
  color: #c4302b;
  font-size: 32px; }
  .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: 225px;
  padding-top: 10px; }
  #date.tag-article, #date.tag-articles {
    border-color: #41f433;
    background: url(img/article@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 125px; }
  #date.tag-preview, #date.tag-previews {
    border-color: #37c0ff;
    background: url(img/preview@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 125px; }
  #date.tag-review, #date.tag-reviews {
    border-color: #ff5900;
    background: url(img/review@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 125px; }
  #date.tag-podcast, #date.tag-podcasts {
    border-color: #ea35ff;
    background: url(img/podcast@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 125px; }
  #date.tag-video, #date.tag-videos {
    border-color: #ffec00;
    background: url(img/video@2x.png) no-repeat;
    background-size: 50%;
    background-position-x: center;
    background-position-y: 125px; }
  #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 20px 30px; }
  #title h1 {
    margin-top: 0;
    margin-bottom: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 46px; }
	#title h1 img {
		-webkit-transform: translate3d(0, 0, 0);
	}
  #title .byline {
    color: #1a1a1a;
	margin-bottom: 0;
	padding-bottom: 0; }
	#title .byline a {
		color: #1a1a1a;	}
    .byline a.author-twitter {
      color: rgba(0,0,0,0.25) !important;
      padding: 2px 10px;
    }
      .byline a.author-twitter:hover {
        color: #1a1a1a !important;
      }
      .byline a.author-twitter .ss-twitter:before {
        position: relative;
        top: 2px;
        left: 0;
      }

#post-content {
  padding: 20px 10px 0px 30px;
  margin-bottom: 50px; }

.posts-nav {
  padding-bottom: 50px;
}
  .posts-nav .pull-left {
    text-align: left;
  }
  .posts-nav .pull-right {
    text-align: right;
  }
  .link-prev a {
    background: #398bfb;
    color: white;
    padding: 8px 14px 6px;
  }
  .link-next a {
    background: #398bfb;
    color: white;
    padding: 8px 14px 6px;
  }

article.row { }
  article img {
    width: 100%;
    height: auto; }
  article embed, article iframe {
    width: 100%;
    height: 435px; }

#video_background{
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    max-width: 4000%;
    max-height:4000%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.logo-ohno {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  background: url('img/logo-404@2x.png') no-repeat;
  background-size: 100%;
  height: 257px;
  width: 485px;

  /*
  *  Where the magic happens
  *  Centering method from CSS Tricks
  *  http://css-tricks.com/centering-percentage-widthheight-elements/
  */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#heading-wrap.stuckMenu {
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: auto;
}

/* Killing imaged more links on Top 10 post */
.tag-top2015 a.more-link img {
 display: none;
}

@media only screen and (max-width: 1024px) { .wrapper-featured { background-attachment: static !important; } }

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .wrapper-black {
    height: 56px; }
  .form-stuff {
    padding-top: 4px;
    width: 320px;
    margin-left: 23px;
    margin-top: 4px; }
    input#search {
      border-radius: 0; }
  .featured-container a {
    text-align: center; }
  .social-links {
    margin-top: 4px; }
  #social {
    padding: 0px 0 15px;
    text-align: right;
    width: 50%; }
    #social a {
      margin: 10px 5px 0px; }
      .twitter {
        font-size: 32px; }
      .facebook {
        font-size: 32px; }
      .youtube {
        font-size: 32px; }
  #logo {
    width: 300px;
    height: 150px;
    margin-top: -67px; }
  #pr-contact {
    margin-left: 0;
    margin-bottom: 30px; }
    #pr-contact h3 {
      font-size: 14px; }
      #pr-contact h3 a {
        display: block; }
  .wrapper-featured {
    height: 250px; }
    .wrapper-featured .row .featured-container { height: 250px; }
  .wrapper-gem {
    height: 30px;
    margin-bottom: 0px;
    background-image: -o-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -moz-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -webkit-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -ms-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: linear-gradient(-180deg, #DDDBDB 0%, #FFFFFF 90%); }
  #gems {
    width: 735px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0; }
  #title h1 { font-size: 32px; }
  .featured-title { font-size: 48px; line-height: 64px; }
  #date.tag-review, #date.tag-reviews {
    background: url(img/review@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.tag-podcast, #date.tag-podcasts {
    background: url(img/podcast@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.tag-preview, #date.tag-previews {
    background: url(img/preview@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.tag-video, #date.tag-videos {
    background: url(img/video@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.tag-article, #date.tag-articles {
    background: url(img/article@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date { min-height: 230px; padding-top: 10px; }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper-black {
    height: 97px; }
  .medium-6 .inline-logo {
    display: block !important;
    margin-top: -4px;
  }
  .wrapper-white {
    display: none !important;
  }
  .form-stuff {
    padding-top: 0px;
    width: 240px; }
    input#search {
      border-radius: 0; }
  .featured-container a {
    text-align: center; }
  #social {
    padding: 0px 0 15px;
    text-align: right;
    width: 50%;
    float: none;
    margin-left: 20px; }
    #social a {
      margin: 10px 5px 0px; }
      .twitter {
        font-size: 28px; }
      .facebook {
        font-size: 28px; }
      .youtube {
        font-size: 28px; }
  #logo {
    width: 300px;
    height: 150px;
    margin-top: -64px; }
  #pr-contact {
    margin-left: 0;
    margin-bottom: 30px;
    width: 400px;
    padding: 0 0 10px;  }
    #pr-contact h3 {
      font-size: 12px; }
      #pr-contact h3 a {
        display: block; }
  .wrapper-featured {
    height: 250px; }
    .wrapper-featured .row .featured-container { height: 250px; }
  .wrapper-gem {
    height: 30px;
    margin-bottom: 0px;
    background-image: -o-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -moz-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -webkit-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -ms-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: linear-gradient(-180deg, #DDDBDB 0%, #FFFFFF 90%); }
  #gems {
    width: 735px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 0; }
  #title h1 { font-size: 32px; }
  .featured-title { font-size: 48px; line-height: 64px; }
  #date.tag-review, #date.tag-reviews {
    background: url(img/review@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.tag-podcast, #date.tag-podcasts {
    background: url(img/podcast@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.tag-preview, #date.tag-previews {
    background: url(img/preview@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.tag-video, #date.tag-videos {
    background: url(img/video@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date.tag-article, #date.tag-articles {
    background: url(img/article@2x.png) no-repeat;
    background-size: 25%;
    background-position-x: center;
    background-position-y: 100px; }
  #date { min-height: 230px; padding-top: 10px; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#heading-wrap.stuckMenu { position: relative; }
.wrapper-black {
    height: 97px; }
  .medium-6 .inline-logo {
    display: block !important;
    margin-top: -4px;
    margin-left: -30px; }
  .wrapper-white {
    display: none !important; }
  .form-stuff {
    padding-top: 0px;
    width: 240px; }
  input#search {
    border-radius: 0; }
    .featured-container a {
      text-align: center; }
    #social {
      padding: 0px 0 15px;
      text-align: right;
      width: 100%; }
      #social a {
        margin: 5px 5px 0px; }
        .twitter {
          font-size: 32px; }
        .facebook {
          font-size: 32px; }
        .youtube {
          font-size: 32px; }
    #logo {
      width: 300px;
      height: 150px;
      margin-top: -10px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
    #pr-contact {
      margin-left: 0;
      margin-bottom: 30px;
      width: 100%;
      padding: 0 0 10px;
      margin-top: 20px;
      text-align: center; }
      #pr-contact h3 {
        font-size: 12px; }
        #pr-contact h3 a {
          display: block; }
    .wrapper-featured {
      height: 320px;
      margin-top: -97px;
      background-attachment: scroll !important; }
      .wrapper-featured .row .featured-container { height: 320px; margin-top: -70px; }
    .wrapper-gem {
      height: 30px;
      margin-bottom: 0px;
      background-image: -o-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
      background-image: -moz-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
      background-image: -webkit-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
      background-image: -ms-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
      background-image: linear-gradient(-180deg, #DDDBDB 0%, #FFFFFF 90%); }
    #gems {
      margin-left: auto;
      margin-right: auto;
      width: 400px;
      float: none;
      padding: 0; }
      .gem {
        width: 80px;
        height: 72px; }
        .gem span {
          font-size: 14px; }
    #title h1 { font-size: 32px; }
    .featured-title { font-size: 48px; line-height: 64px; }
    #date.tag-review, #date.tag-reviews {
      background: url(img/review@2x.png) no-repeat;
      background-size: 25%;
      background-position-x: center;
      background-position-y: 100px; }
    #date.tag-podcast, #date.tag-podcasts {
      background: url(img/podcast@2x.png) no-repeat;
      background-size: 25%;
      background-position-x: center;
      background-position-y: 100px; }
    #date.tag-preview, #date.tag-previews {
      background: url(img/preview@2x.png) no-repeat;
      background-size: 25%;
      background-position-x: center;
      background-position-y: 100px; }
    #date.tag-video, #date.tag-videos {
      background: url(img/video@2x.png) no-repeat;
      background-size: 25%;
      background-position-x: center;
      background-position-y: 100px; }
    #date.tag-article, #date.tag-articles {
      background: url(img/article@2x.png) no-repeat;
      background-size: 25%;
      background-position-x: center;
      background-position-y: 100px; }
    #date { min-height: 180px; padding-top: 10px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #heading-wrap.stuckMenu { position: relative; }
  .wrapper-black {
      height: 140px; }
    .medium-6 .inline-logo {
      display: block !important;
      margin-top: -4px;
      margin-left: -30px;
      width:320px;
      height:37px;
      background-size: 320px 37px; }
    .wrapper-white {
      display: none !important; }
    .form-stuff {
      padding-top: 0px;
      width: 320px;
      margin-left: -15px; }
    input#search {
      border-radius: 0; }
  #social {
    padding: 0px 0 15px;
    float: none;
    text-align: center; }
    #social a {
      margin: 20px 10px 20px; }
      .twitter {
        font-size: 42px; }
      .facebook {
        font-size: 42px; }
      .youtube {
        font-size: 42px; }
  #logo {
    width: 300px;
    height: 150px;
    margin-top: -20px; }
  #pr-contact {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px; }
    #pr-contact h3 {
      font-size: 14px; }
      #pr-contact h3 a {
        display: block; }
  .home .wrapper-featured {
      height: 235px;
      margin-top: 0px; }
      .home .wrapper-featured .row .featured-container { height: 175px; }
  .wrapper-gem {
    height: 30px;
    margin-bottom: 0px;
    background-image: -o-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -moz-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -webkit-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: -ms-linear-gradient(-90deg, #DDDBDB 0%, #FFFFFF 90%);
    background-image: linear-gradient(-180deg, #DDDBDB 0%, #FFFFFF 90%); }
  #gems { display: none; }
  #title h1 { font-size: 32px; }
  .featured-title { font-size: 32px; line-height: 48px; }
  .single-post .wrapper-featured {
    display: none;
  }
    .single-post .wrapper-featured.empty {
      display: none;
    }
}