@charset "UTF-8";
/*
-----------------------------------------------------------
VARIABLES - Main references (colors, fonts, etc...)
-----------------------------------------------------------
*/
/*
-----------------------------------------------------------
MIXINS
-----------------------------------------------------------
*/
/*
-----------------------------------------------------------
IMPORTS
-----------------------------------------------------------
*/
/*
-----------------------------------------------------------
RESET - Basic elements reset
-----------------------------------------------------------
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Courier New", Helvetica, Arial, sans-serif;
  color: #222;
  background-color: #fff; }
  @media screen and (max-width: 480px) {
    body {
      background-color: #ec4545;
      font-size: 1.4rem; } }

h1, h2, h3, h4, h5, h6, [class*='title'] {
  font-family: "Courier New", Helvetica, Arial, sans-serif;
  font-weight: 700; }

a, a:visited {
  color: #ec4545;
  text-decoration: none;
  cursor: pointer;
  outline: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0 0 1rem 0; }

header, nav, footer, section {
  display: block; }

table, tr, th, td {
  text-align: left; }

address {
  font-style: normal; }

blockquote {
  margin: 1rem 0;
  font-style: italic; }
  blockquote cite {
    display: block;
    font-size: 1.4rem; }
    blockquote cite:before {
      content: '-';
      margin-right: 5px; }

iframe {
  display: block;
  margin-top: 30px; }

hr {
  margin: 30px 0;
  border: 0;
  height: 1px;
  border-bottom: 1px dashed #ddd; }

/*
--------------------------------------------------------------
BASICS - Recurring elements
--------------------------------------------------------------
*/
/* Animation & Transitions */
/* Responsive */
/* Wrapper */
.wrapper:before,
.wrapper:after {
  content: "";
  display: table; }

.wrapper:after {
  clear: both; }

.wrapper {
  /*max-width: $content-width;*/
  padding: 0 30px;
  margin: 0 auto;
  zoom: 1; }
  @media screen and (max-width: 480px) {
    .wrapper .wrapper {
      padding-right: 7.5px;
      padding-left: 7.5px; } }

/* Texts */
.bold {
  font-weight: bold; }

/* Visibility & Display */
.hidden {
  display: none !important; }

.smooth {
  opacity: 0.2;
  transition: all 0.4s ease; }

.clear {
  clear: both; }

.pull-wrapper {
  overflow: auto; }

/* Position */
[class*='pin-'] {
  position: absolute; }

.pin-top {
  top: 0; }

.pin-right {
  right: 0; }

.pin-bottom {
  bottom: 0; }

.pin-left {
  left: 0; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* Margins & Paddings */
.margins {
  margin: 30px; }

.paddings {
  padding: 30px; }

.margins- {
  margin: 0 !important; }

.paddings- {
  padding: 0 !important; }

.margins-x {
  margin: 0 30px; }

.margins-y {
  margin: 30px 0; }

.margin-top {
  margin-top: 30px; }

.margin-right {
  margin-right: 30px; }

.margin-bottom {
  margin-bottom: 30px; }

.margin-left {
  margin-left: 30px; }

.margin-top-sm {
  margin-top: 15px; }

.margin-right-sm {
  margin-right: 15px; }

.margin-bottom-sm {
  margin-bottom: 15px; }

.margin-left-sm {
  margin-left: 15px; }

.padding-top {
  padding-top: 30px; }

.padding-right {
  padding-right: 30px; }

.padding-bottom {
  padding-bottom: 30px; }

.padding-left {
  padding-left: 30px; }

/* Images */
.img-wrapper, .author-avatar {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ec4545; }
  .img-wrapper a, .author-avatar a {
    display: block; }
  .img-wrapper .img-overlay, .author-avatar .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    /*min-height: 75px;*/
    /*.view-home & { min-height: 95px; }*/ }
    .img-wrapper .img-overlay p, .author-avatar .img-overlay p, .img-wrapper .img-overlay h2, .author-avatar .img-overlay h2, .img-wrapper .img-overlay a, .author-avatar .img-overlay a {
      color: #fff; }
    .img-wrapper .img-overlay p, .author-avatar .img-overlay p {
      margin: 0.5rem;
      opacity: 0.8; }
    .img-wrapper .img-overlay .pin-bottom.pin-left, .author-avatar .img-overlay .pin-bottom.pin-left {
      bottom: 7.5px;
      left: 15px; }

.img-responsive {
  width: 100%;
  height: auto; }

.img-circle, .author-avatar {
  border-radius: 50%; }
  .img-circle + .img-circle, .author-avatar + .img-circle, .img-circle + .author-avatar, .author-avatar + .author-avatar {
    margin: 0 8px; }

.img-square-xl {
  width: 600px;
  height: 600px; }

.img-square-lg {
  width: 250px;
  height: 250px; }

.img-square-md {
  width: 150px;
  height: 150px; }

.img-square-sm, .author-avatar {
  width: 90px;
  height: 90px; }

.img-square-xs {
  width: 50px;
  height: 50px; }

@media screen and (max-width: 600px) {
  .img-square-xl {
    width: 250px;
    height: 250px; }
  .img-square-lg {
    width: 150px;
    height: 150px; }
  .img-square-md {
    width: 90px;
    height: 90px; } }

/* Icons */
/* Post */
.posts .post {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd; }

.bonus {
  /*background-color: lighten($color-brand, 5%);*/ }

.post .post-content a, .post .post-footer a, .post .post-header a {
  padding: 2px 3px; }
  .post .post-content a:hover, .post .post-footer a:hover, .post .post-header a:hover {
    background-color: #ec4545;
    color: white; }

.post .post-header, .post .post-footer {
  padding: 30px 60px; }
  @media screen and (max-width: 480px) {
    .post .post-header, .post .post-footer {
      padding: 30px;
      text-align: center !important; } }

.post .post-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-right: 15px; }

.post .post-footer {
  text-align: right;
  background-color: #111;
  color: white; }

.post .post-metas {
  font-size: 1.4rem;
  max-width: 80%; }
  .post .post-metas p {
    margin: 0; }
  .post .post-metas a {
    color: #222;
    text-decoration: underline; }
    .post .post-metas a:hover {
      text-decoration: none; }
  @media screen and (max-width: 480px) {
    .post .post-metas {
      max-width: 100%; } }

.post .post-tags {
  font-size: 1.2rem;
  text-align: right;
  float: right; }
  .post .post-tags a {
    color: #999;
    text-decoration: none; }
    .post .post-tags a:hover {
      color: #ddd; }
  @media screen and (max-width: 480px) {
    .post .post-tags {
      float: none;
      text-align: center; } }

.post .post-content {
  border-top: 1px dashed #ddd;
  padding-top: 30px; }
  .post .post-content p, .post .post-content h2, .post .post-content blockquote, .post .post-content ul {
    padding: 0 60px; }
  .post .post-content h2 {
    margin: 60px 0 15px 0; }
  .post .post-content p > img {
    margin: 30px auto; }
  @media screen and (max-width: 480px) {
    .post .post-content {
      padding-top: 0; }
      .post .post-content p, .post .post-content h2, .post .post-content ul {
        padding: 30px 30px 0 30px; } }

.post .post-track {
  background-color: #eee;
  padding: 15px; }
  .post .post-track .btn-play {
    font-size: 1.8rem; }

.post .post-author + .post .post-author {
  margin-right: -30px; }

.post.category-live_report .img-wrapper, .post.category-live_report .author-avatar {
  background-color: transparent; }

.post.category-interview .interview-excerpt {
  color: #ec4545;
  font-size: 1.8rem;
  margin: 30px 0; }
  .post.category-interview .interview-excerpt:after, .post.category-interview .interview-excerpt:before {
    content: '"'; }
  @media screen and (max-width: 480px) {
    .post.category-interview .interview-excerpt {
      text-align: center;
      margin-bottom: 0; } }

.post.category-interview .interview-tree {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0;
  clear: both; }
  .post.category-interview .interview-tree .img-wrapper, .post.category-interview .interview-tree .author-avatar {
    display: inline-block;
    vertical-align: middle; }

.post.category-interview .interview-image {
  margin-left: 60px; }
  @media screen and (max-width: 480px) {
    .post.category-interview .interview-image {
      margin: 30px auto; } }

.post.category-interview .interview-question, .post.category-interview .interview-metas {
  margin: 60px 0 7.5px 0; }

.post.category-interview .interview-question {
  font-weight: bold;
  word-break: break-all; }
  @media screen and (max-width: 480px) {
    .post.category-interview .interview-question {
      margin-top: 0; } }

.post.category-interview .interview-answer {
  margin-bottom: 30px;
  margin-top: 15px; }

.post.category-interview .interview-name {
  font-style: italic; }

.post.category-interview .interview-name + p {
  padding-top: 0; }

.post.category-interview .interview-metas {
  margin: 0 60px; }
  @media screen and (max-width: 480px) {
    .post.category-interview .interview-metas {
      margin: 0 30px; } }

/* Page */
.page-title {
  font-size: 2.5rem; }

.page-content {
  margin: 30px 60px 60px 60px; }
  @media screen and (max-width: 480px) {
    .page-content {
      margin: 30px; } }

/* Players */
.player-video, .player-audio, .playlist {
  margin: 60px 0 0 0;
  padding: 60px;
  background-color: #111;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 800%; }
  @media screen and (max-width: 480px) {
    .player-video, .player-audio, .playlist {
      padding: 30px 0;
      margin: 30px 0 0 0; } }
  .player-video .video-wrapper, .player-video .audio-wrapper, .player-video .playlist-wrapper, .player-video iframe, .player-audio .video-wrapper, .player-audio .audio-wrapper, .player-audio .playlist-wrapper, .player-audio iframe, .playlist .video-wrapper, .playlist .audio-wrapper, .playlist .playlist-wrapper, .playlist iframe {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%; }
  .player-video .video-wrapper, .player-video iframe, .player-audio .video-wrapper, .player-audio iframe, .playlist .video-wrapper, .playlist iframe {
    max-width: 560px;
    background-color: rgba(0, 0, 0, 0.3); }
  .player-video .video-wrapper iframe, .player-audio .video-wrapper iframe, .playlist .video-wrapper iframe {
    min-height: 315px; }
  @media screen and (max-width: 480px) {
    .player-video .video-wrapper, .player-audio .video-wrapper, .playlist .video-wrapper {
      max-width: 80%; }
      .player-video .video-wrapper iframe, .player-audio .video-wrapper iframe, .playlist .video-wrapper iframe {
        min-height: 0; } }
  .player-video .playlist-wrapper iframe, .player-video .audio-wrapper iframe, .player-audio .playlist-wrapper iframe, .player-audio .audio-wrapper iframe, .playlist .playlist-wrapper iframe, .playlist .audio-wrapper iframe {
    background-color: #111;
    border: 8px solid #111;
    width: auto; }

.playlist {
  background-size: 100%; }
  @media screen and (max-width: 480px) {
    .playlist {
      background-size: 200%; } }

.track-sample {
  position: relative;
  margin-top: 30px; }
  .track-sample:before {
    content: "♪♫ ";
    font-size: 5rem;
    opacity: 0.25;
    position: absolute;
    top: -1rem;
    right: 40px;
    color: #fff; }

/* Tags */
.tag {
  display: inline-block;
  text-align: center;
  padding: 0.2rem 1rem 0.3rem;
  min-width: 65px;
  background-color: #eee;
  color: #222;
  font-size: 1.6rem; }
  .tag .fa {
    font-size: 11px; }

/* Colors & Backgrounds */
.color-no {
  color: #111; }

.color-cedric {
  color: #ec4545; }

.color-red {
  color: #ee5c5c; }

.bg-no, .bg-cedric {
  color: #fff; }

.bg-no {
  background-color: #111; }

.bg-cedric {
  background-color: #666; }

.bg-brand, .site-aside, .show-sm .site-footer {
  background-color: #ec4545; }
  .bg-brand, .site-aside, .show-sm .site-footer, .bg-brand a, .site-aside a, .show-sm .site-footer a {
    color: white; }

/* Reponsive visibility */
@media screen and (max-width: 480px) {
  .responsive-pull {
    float: none; } }

[class*='show-'] {
  display: none; }

@media screen and (max-width: 1680px) {
  .show-xl {
    display: block; }
  .hide-xl {
    display: none; } }

@media screen and (max-width: 1300px) {
  .show-lg {
    display: block; }
  .hide-lg {
    display: none; } }

@media screen and (max-width: 980px) {
  .show-md {
    display: block; }
  .hide-md {
    display: none; } }

@media screen and (max-width: 480px) {
  .show-sm {
    display: block; }
  .hide-sm {
    display: none; } }

/* Global */
.grid {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start center;
      align-items: start center;
  -ms-flex-line-pack: start center;
      align-content: start center;
  background-color: #111; }

.grid li {
  -ms-flex: flex;
      flex: flex;
  width: 300px;
  height: 100%;
  min-width: 33.33333333%;
  color: white; }
  .grid li .img-overlay, .grid li.bonus {
    font-size: 1.6rem; }
  .grid li.bonus {
    padding: 15px; }

.grid li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1300px) {
  .grid li {
    width: 50%;
    min-width: 50%; } }

@media screen and (max-width: 480px) {
  .grid li {
    margin: 0;
    width: 100%; }
  .grid {
    padding: 0; } }

/*
--------------------------------------------------------------
LAYOUT - Site skeleton (wrapper, header, footer, post, etc...)
--------------------------------------------------------------
*/
.site-header, .site-footer {
  margin: 0 auto;
  padding: 30px 0; }
  @media screen and (max-width: 980px) {
    .site-header, .site-footer {
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .site-header .wrapper, .site-footer .wrapper {
      padding: 0 5px; } }

.site-title {
  font-size: 3rem;
  line-height: normal; }
  @media screen and (max-width: 980px) {
    .site-title {
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    .site-title {
      font-size: 2.2rem; } }

.site-logo {
  font-size: 3.6rem;
  font-family: 'Comic Sans MS', sans-serif;
  float: left;
  margin-right: 1.5rem;
  letter-spacing: 4px; }
  @media screen and (max-width: 980px) {
    .site-logo {
      float: none;
      display: inline-block;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .site-logo {
      font-size: 2.5rem; } }

.site-description {
  opacity: 0.7;
  margin-bottom: 30px; }

.site-nav li {
  margin: 7.5px 0; }
  @media screen and (max-width: 980px) {
    .site-nav li {
      margin: 0;
      display: inline-block; } }

.site-nav a, .site-socials a {
  padding: 3.75px 7.5px; }

@media screen and (max-width: 480px) {
  .site-nav a, .site-socials a {
    padding: 3.75px 5px;
    font-size: 1.4rem; } }

.site-nav a:hover, .site-socials a:hover {
  background-color: white;
  color: #ec4545; }

.site-nav .active, .site-nav h1, .site-socials .active, .site-socials h1 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative; }

.site-pagination {
  padding: 30px;
  text-align: center;
  font-size: 1.8rem;
  background-color: #111;
  color: #111; }
  .site-pagination .pagination-nav {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px; }
    .site-pagination .pagination-nav.active {
      font-weight: bold;
      color: #ec4545; }
  .site-pagination a {
    color: white; }
    .site-pagination a:hover {
      background-color: white;
      color: #222; }

.site-socials {
  margin-left: -7.5px; }
  .site-socials li {
    display: inline-block;
    margin: 7.5px 3.75px; }
    .site-socials li a {
      padding: 3.75px 7.5px; }

.site-aside {
  position: fixed;
  left: 0;
  height: 100%;
  width: 30%; }

.site-content {
  position: fixed;
  right: 0;
  width: 70%;
  height: 100%;
  padding: 0;
  overflow: auto;
  background-color: #111; }
  .layout-page .site-content, .site-content .wrapper {
    padding: 0; }

@media screen and (max-width: 980px) {
  .site-aside, .site-content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible; } }

.site-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.4rem; }
  .site-footer .site-socials {
    font-size: 1.6rem; }
  @media screen and (max-width: 980px) {
    .site-footer {
      position: relative; } }

@media screen and (max-width: 980px) {
  .site-authors {
    margin-bottom: 30px; } }

@media screen and (max-width: 480px) {
  .site-authors {
    display: none; } }

.site-authors:hover {
  cursor: pointer; }

.site-authors li {
  display: inline-block;
  margin: 30px 7.5px; }
  @media screen and (max-width: 980px) {
    .site-authors li {
      margin: 30px 7.5px 0 7.5px; } }

.author-avatar {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px; }

/* View specifications */
.layout-artist .site-content, .layout-interview .site-content, .layout-page .site-content, .layout-post .post {
  background-color: white; }

.layout-post .post-title, .layout-post .page-title, .layout-artist .post-title, .layout-artist .page-title {
  font-size: 2.5rem; }
  @media screen and (max-width: 480px) {
    .layout-post .post-title, .layout-post .page-title, .layout-artist .post-title, .layout-artist .page-title {
      font-size: 2.5rem; } }

@media screen and (max-width: 480px) {
  .layout-post .img-square-xl, .layout-artist .img-square-xl {
    margin-bottom: 30px; } }

.artist .img-wrapper, .artist .author-avatar {
  max-width: 450px;
  max-height: 450px; }

.view-maintenance {
  background-color: #ec4545;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .view-maintenance a, .view-maintenance a:visited {
    color: #fff;
    opacity: 0.6; }
    .view-maintenance a:hover, .view-maintenance a:visited:hover {
      opacity: 1; }

@media screen and (max-width: 980px) {
  .view-home .site-authors {
    display: block; } }

.view-home .post-title {
  text-align: justify; }

.view-home .img-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start center;
      align-items: start center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  min-height: 115px; }
