body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1e1e+25,1e1e1e+25,ffffff+77,ffffff+77 */
background: #1e1e1e; /* Old browsers */
background: -moz-linear-gradient(top,  #1e1e1e 25%, #1e1e1e 25%, #ffffff 77%, #ffffff 77%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e1e1e 25%,#1e1e1e 25%,#ffffff 77%,#ffffff 77%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e1e1e 25%,#1e1e1e 25%,#ffffff 77%,#ffffff 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.stripe {
  height: 1em;
  background: #b71c1c;
}

nav {
  background: #212121;
}

nav .material-icons {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1em;
}

nav a {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.editors-picks h3 {
  color: #fff;
}


.loop-header {
  background: #212121;
  color: white;
  padding: .5em;
  text-transform: uppercase;
}

.post-preview {
  margin-bottom: 4em;
}

.portrait {
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 1em; 
}

.about .card-content {
  background: url(img/trendng_images/chun-social.jpg) top center;
  color: white;
  font-size: 1.2em;
}

.screen {
  background: rgba(0, 0, 0, .8);
  padding: 1em;
  border-radius: 5px;
}

.screen p {
  font-size: 1.2em;
  display: inline-block;
}

.social-chunk {
  display: inline-block;
  width: 70%;
}

.social-link {
  margin-bottom: 1em;
}
.card-content .social-link a {
  display: inline-block;
}


.trending-post p {
  margin-left: 5.5em;
}

.hero {
  width: 100%;
  background: url(img/trendng_images/chun-red.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
}

@media (max-width: 600px) {
  .hero {
    display: none;
  }
}

.hero-container {
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.hero-text {
  position: absolute;
  bottom: 0%;
  width: 70%;
  margin: 0 auto;
}

.hero h1 {
  margin: 0;
  font-weight: 900; 
  text-transform: uppercase;
}

.hero h3 {
  margin: 0;
  font-weight: 300;
  margin-bottom: 1em;
}

.hero-text .social-block {
  margin: 0 auto;
  padding: 1em;
  border-radius: 5px;
  background: rgba(0, 0, 0, .5);
  display: inline-block;
  text-align: center;
}

.social-block h4 {
  font-weight: 900;
  text-transform: capitalize;
}

.hero-text a {
  margin-right: .5em;
  margin-bottom: 1em;
}
.hero-text i {
  display: inline-block;
  margin-right: .5em;
}

.social-button {
  height: 70px;
  width: 70px;
  display: inline-block;
  border-radius: 70px;
  line-height: 70px;
}

.social-button i {
  margin: 0 auto;
  color: white;
  font-size: 2em;
}
.twitter {
  background: #00aced;
}

.facebook {
  background: #3b5998;
}

.instagram {
  background: #bc2a8d;
}

.youtube {
  background: #bb0000;
}

.cont-feat {
  background: #b71c1c;
  color: white;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  display: relative;
  letter-spacing: 1px;
  padding: 1em;
  position: relative;
  width: 100%;
}

.cont-feat i {
  position: absolute;
  bottom: 1.3em;
  left: 1em;
}
.cont-feat span {
  margin-left: 2em;
  
}

.comment-box .count {
  background: #039be5;
  color: white;
  display: inline-block;
  padding: .5em .75em;
  border-radius: 5px;
}

.comment-box i {
  margin-right: .5em;
}
.comment-box .count a {
  color: white;

}
.card .card-image .card-title {
  padding: 0;
  top: 0;
}

.card {
  background: #e0e0e0;
}

.card .card-image .card-title.tag {
  bottom: auto;
  background: #000;
  padding: .25em .5em;
  text-transform: uppercase;
  font-size: 1.1em;
  background: #b71c1c;
  font-weight: 800;
  font-size: 1em;
  letter-spacing: 2px;
  border-radius: 0 0 5px 0;
}



.card .card-content p {
  margin-bottom: 1em;
}
.card-content a {
  display: block;
}

.feat-img {
  max-width: 100%;
}

/* sidebar content */
.container .container {
  padding: 0;
  margin: 0;
  width: 100%
}


.container .container .card {
  display: inline-block;
  padding: 0;
}

@media (max-width: 992px) and (min-width: 601px) {
  .container .container .card {
    width: 47.5%;
  }
  
  .container .container .card:nth-child(odd) {
    margin-right: 5%;
  }
}

.card-text {
  background: #1e1e1e;
  color: #fff;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating).trend-link {
  color: #039be5;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.card-action {
  position: relative;
}

.trend-link+i {
  color: #039be5;
  font-size: 1.5em;
  position: absolute;
  top: 22px;
}







.feat-date {
  color: #9e9e9e;
}

footer.page-footer {
  background: #b71c1c;
}

.post-head {
  margin-bottom: 1em;
}
.post-preview h3 {
  margin-bottom: 0;
  font-weight: 900;
  color: #b71c1c;
}
.post-info {
  color: #9e9e9e;
  font-weight: 600;
}

.post-info span a,
.comment-box a {
  display: inline;
}

.post-snippet p {
  font-size: 1.5em;
}

.continue {
  margin-bottom: 1em;
}
.comment-box {
  
  padding: .75em 0;
  background: #e0e0e0;
}

.comment-box .game {
  float: right;
  color: #9e9e9e;
  border: 1px solid #ccc;
  padding: .5em .75em;
  border-radius: 5px; 
}

@media (max-width: 600px) {
  .comment-box .game,
  .comment-box .count {
    display: block;
    float: none;
    margin-bottom: 1em;
  }
  
  .social-chunk .social-link .text-link {
    display: none;
  }
} 

.social-chunk .btn-floating {
    margin-right: 1em;
}

.pagination {
	text-align: center;
}

.pagination .active a {
	background: #b71c1c;
}
