@charset "UTF-8";
/* Index
----------------------------------------------------------------------------- */
/* Mixins */
/* Mixins
----------------------------------------------------------------------------- */
/* Element Reset */
/* Variables */
/* Sass Variables
------------------------------------------------------------------------------*/
/* Colors */
/* Fonts */
/* Breakpoints */
/* Bourbon Library and Neat Grid */
/* Neat Grid Settings
----------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Base */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Layout
----------------------------------------------------------------------------- */
body {
  padding-bottom: 20px;
  background-color: #fff; }

.page {
  background: #d9d9d9; }

.layout, .title, #page-artist .featured, #page-product .featured {
  *zoom: 1;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 20px; }
  .layout:before, .title:before, #page-artist .featured:before, #page-product .featured:before, .layout:after, .title:after, #page-artist .featured:after, #page-product .featured:after {
    content: " ";
    display: table; }
  .layout:after, .title:after, #page-artist .featured:after, #page-product .featured:after {
    clear: both; }

/* Typography
----------------------------------------------------------------------------- */
/* Body */
html {
  font-size: 62.5%;
  /* reset root em unit to 10px */ }
  html.wf-loading body > * {
    visibility: hidden; }

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.6rem; }

h1.coming-soon {
  text-align: center;
  font-size: 3.2rem; }

/* Text Links */
a {
  text-decoration: none;
  color: #fd513b; }
  a:hover {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    color: #e91d02; }

/* Icon Font */
@font-face {
  font-family: 'fontawesome';
  src: url("/fonts/fontawesome-9febc74c.eot");
  src: url("/fonts/fontawesome-9febc74c.eot#iefix") format("embedded-opentype"), url("/fonts/fontawesome-2cb418c4.woff") format("woff"), url("/fonts/fontawesome-b194a9bd.ttf") format("truetype"), url("/fonts/fontawesome-59ff8984.svg#fontawesome") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontawesome';
    src: url('../font/fontawesome.svg?73271348#fontawesome') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5rem;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-tagged:before {
  content: '\e80c'; }

/* '' */
.icon-amazon:before {
  content: '\e810'; }

/* '' */
.icon-mail:before {
  content: '\e813'; }

/* '' */
.icon-star:before {
  content: '\e805'; }

/* '' */
.icon-camera:before {
  content: '\e80a'; }

/* '' */
.icon-link-ext:before {
  content: '\e809'; }

/* '' */
.icon-comment:before {
  content: '\e811'; }

/* '' */
.icon-attention:before {
  content: '\e80f'; }

/* '' */
.icon-volume-up:before {
  content: '\e804'; }

/* '' */
.icon-left-dir:before {
  content: '\e808'; }

/* '' */
.icon-search:before {
  content: '\e80d'; }

/* '' */
.icon-play:before {
  content: '\e806'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e802'; }

/* '' */
.icon-instagram:before {
  content: '\e803'; }

/* '' */
.icon-twitter:before {
  content: '\e80b'; }

/* '' */
.icon-youtube-play:before {
  content: '\e800'; }

/* '' */
.icon-spotify-circled:before {
  content: '\e812'; }

/* '' */
.icon-android:before {
  content: '\e801'; }

/* '' */
.icon-appstore:before {
  content: '\e80e'; }

/* '' */
.icon-right-dir:before {
  content: '\e807'; }

/* '' */
.icon-gplus:before {
  content: '\e815'; }

/* '' */
/* 3rd Party Vendors */
/*
 * jQuery FlexPanel v1.1
 * https://github.com/dcooney/flexpanel
 *
 * Copyright 2014 Connekt Media - http://cnkt.ca/flexpanel
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
*/
/*
Current browsers will not apply `position: fixed` to an element inside of another that has been
transformed. Flexpanel.js transforms a div that is wrapped around the content of the site.
I've removed the transform on the site content and set the menu to slide out over top of the site content.

https://code.google.com/p/chromium/issues/detail?id=20574
http://meyerweb.com/eric/thoughts/2011/09/12/un-fixing-fixed-elements-with-css-transforms
*/
/* Breakpoints - Now defined in variables.scss*/
/*
$smallScreenWidth: 480px;
$mediumScreenWidth: 768px;
$largeScreenWidth: 970px;
*/
@media screen and (max-width: 768px) {
  .site {
    padding-top: 6rem; } }

.site,
.content {
  width: 100%;
  position: relative; }

.content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  z-index: 0;
  /* Both of these negate position: fixed in Webkit */ }

.flexpanel {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 25%;
  height: 102%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: -25%;
  z-index: 1; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .flexpanel {
      left: -40%;
      width: 40%; } }
  @media screen and (max-width: 480px) {
    .flexpanel {
      left: -80%;
      width: 80%; } }
  .flexpanel .viewport-wrap {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
  .flexpanel .viewport {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    position: relative; }
    .flexpanel .viewport.smooth {
      -webkit-overflow-scrolling: touch; }
  .flexpanel .navigation__items {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease; }

.flex-btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*position: absolute;
    right: -112px; // Button Width + Gutter Width
    top: $gutter;*/
  opacity: 0;
  filter: alpha(opacity=0);
  /*
    // Medium Breakpoint
    @media screen and (min-width: $smallScreenWidth + 1) and (max-width: $mediumScreenWidth) {

        top: 0;
        right: -92px; // Button Width

    }

    // Small Breakpoint
    @media screen and (max-width: $smallScreenWidth) {

        top: 0;
        right: -92px; // Button Width

    }*/ }
  .flex-btn:active {
    background: #9f9f9f; }
  .flex-btn.in-view {
    opacity: 1;
    filter: alpha(opacity=100); }

body.flexpanel-left.flexpanel-active .content {
  opacity: 0.7;
  filter: alpha(opacity=70); }

body.flexpanel-left.flexpanel-active .flexpanel {
  left: -25%; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    body.flexpanel-left.flexpanel-active .flexpanel {
      background-color: #f00 !important;
      left: -40%; } }
  @media screen and (max-width: 480px) {
    body.flexpanel-left.flexpanel-active .flexpanel {
      background-color: #f0f !important;
      left: -80%; } }
  body.flexpanel-left.flexpanel-active .flexpanel .viewport-wrap {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    body.flexpanel-left.flexpanel-active .flexpanel .viewport-wrap .flex-btn {
      opacity: 1 !important;
      filter: alpha(opacity=100) !important; }

body.isIE .flexpanel-left.flexpanel-active .content {
  left: 25%; }

body.isIE .flexpanel-left.flexpanel-active .flexpanel {
  left: 0; }

/*::-webkit-scrollbar { width: 10px; color: #a3a499; }
::-webkit-scrollbar-track { background-color: #ecede3; border-radius: 10px; border: 1px solid #d8d9cf; }
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #a3a499; }*/
/* Block: AddThis
----------------------------------------------------------------------------- */
.addthis_toolbox {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  padding: 1.5rem;
  border-top: 1px solid #d9d9d9; }
  .addthis_toolbox.\--vertical {
    width: 32px;
    border: none;
    padding: 0; }

/* Blocks */
.ad {
  margin-bottom: 2rem;
  text-align: center; }
  .ad iframe {
    display: block;
    margin: 0 auto; }
  .ad > div {
    display: inline-block !important;
    margin: 0 auto; }

.artist-bio {
  *zoom: 1;
  background: #d9d9d9; }
  .artist-bio:before, .artist-bio:after {
    content: " ";
    display: table; }
  .artist-bio:after {
    clear: both; }
  .artist-bio__name {
    background: #000;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 2.7rem;
    text-transform: none; }
  @media screen and (min-width: 768px) {
    .artist-bio__photo {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .artist-bio__photo:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .artist-bio__photo {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .artist-bio__photo:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .artist-bio__photo {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .artist-bio__photo:last-child {
        margin-right: 0; } }
  .artist-bio__image {
    width: 100%; }
    .artist-bio__image img {
      width: 100%; }
  .artist-bio__content {
    /* From Wordpress */
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .artist-bio__content {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 65.95745%;
        padding: 20px 0; }
        .artist-bio__content:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .artist-bio__content {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%;
        padding: 20px 0; }
        .artist-bio__content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .artist-bio__content {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%;
        padding: 20px; }
        .artist-bio__content:last-child {
          margin-right: 0; } }
    .artist-bio__content p {
      margin-top: 0;
      padding: 0 20px 0 0; }
      .artist-bio__content p:first-line {
        font-weight: 700; }
      @media screen and (min-width: 481px) and (max-width: 767px) {
        .artist-bio__content p {
          font-size: 1.6rem; } }
    .artist-bio__content ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin: 0;
      padding: 0;
      padding: 0 20px 0 0; }
      .artist-bio__content ul li {
        margin: 0;
        list-style-type: none; }
    .artist-bio__content a[target="_blank"]:after {
      padding-left: 5px;
      color: #9f9f9f;
      font-size: 1.2rem;
      content: "\e809";
      font-family: 'FontAwesome', sans-serif; }
    .artist-bio__content a[target="_blank"]:hover:after {
      color: #000; }

.banner.\--tour {
  *zoom: 1;
  margin-bottom: 60px;
  padding: 20px;
  background-image: url("/images/img-drake_vs_lilwayne-055c7100.gif");
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .banner.\--tour {
      padding-top: 170px;
      text-align: center;
      background-size: 150px auto;
      background-position: center 10px; } }
  .banner.\--tour:before, .banner.\--tour:after {
    content: " ";
    display: table; }
  .banner.\--tour:after {
    clear: both; }
  .banner.\--tour .banner__title {
    float: left;
    width: 40%; }
    @media screen and (max-width: 768px) {
      .banner.\--tour .banner__title {
        float: none;
        width: 100%; } }
  .banner.\--tour .banner__heading {
    font-size: 2.4rem;
    color: #ff0; }
  .banner.\--tour .banner_subheading {
    font-size: 1.8rem;
    color: #FDA529; }
  .banner.\--tour .banner__copy {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .banner.\--tour .banner__copy {
        float: none;
        width: 100%;
        text-align: center; }
        .banner.\--tour .banner__copy p {
          margin: 0.5rem 0; } }
    @media screen and (min-width: 970px) {
      .banner.\--tour .banner__copy {
        max-width: 45%; } }
    @media screen and (min-width: 769px) and (max-width: 969px) {
      .banner.\--tour .banner__copy {
        max-width: 25%; } }
    @media screen and (min-width: 769px) {
      .banner.\--tour .banner__copy {
        position: absolute;
        top: 50%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .banner.\--tour .banner__copy strong {
      white-space: nowrap; }

/* Categories
----------------------------------------------------------------------------- */
.categories__category {
  display: block;
  margin-bottom: 0.25em;
  padding: 0.5em 0;
  font-size: 1em;
  color: #fff; }

.categories.\--list {
  margin-bottom: 20px; }

/* Excerpts
----------------------------------------------------------------------------- */
.excerpt {
  *zoom: 1;
  margin-bottom: 2rem;
  background-color: #fff;
  box-shadow: 0 2px 1px silver;
  /* Post Formats */ }
  .excerpt:before, .excerpt:after {
    content: " ";
    display: table; }
  .excerpt:after {
    clear: both; }
  .excerpt.\--video .excerpt__image_polyfill:before {
    font-size: 1.4rem;
    line-height: 2.2;
    content: "\e806"; }
  .excerpt.\--audio .excerpt__image_polyfill:before {
    content: "\e804"; }
  .excerpt.\--photo .excerpt__image_polyfill:before {
    content: "\e80a"; }
  .excerpt__link {
    display: block;
    color: #000; }
    .excerpt__link:hover {
      color: #fd513b; }
      .excerpt__link:hover .excerpt__image_polyfill:before {
        color: #fff;
        background-color: #fd513b; }
    @media screen and (max-width: 480px) {
      .excerpt__link {
        *zoom: 1;
        max-width: 970px;
        margin-left: auto;
        margin-right: auto; }
        .excerpt__link:before, .excerpt__link:after {
          content: " ";
          display: table; }
        .excerpt__link:after {
          clear: both; } }
  .excerpt__image_polyfill {
    display: block;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 768px) {
      .excerpt__image_polyfill {
        border-bottom: 1px solid #d9d9d9; } }
    @media screen and (max-width: 480px) {
      .excerpt__image_polyfill {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 30.43478%;
        height: 100%;
        border-bottom: 0;
        border-right: 1px solid #d9d9d9; }
        .excerpt__image_polyfill:last-child {
          margin-right: 0; } }
    .excerpt__image_polyfill:before {
      content: "\e805";
      display: block;
      color: #000;
      background-color: #fff;
      border-radius: 50%;
      width: 3rem;
      height: 3rem;
      text-align: center;
      line-height: 1.5;
      font-size: 2rem;
      font-family: 'FontAwesome', sans-serif;
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      z-index: 99; }
  .excerpt__image {
    display: block; }
    .excerpt__image img {
      display: block;
      max-width: 100%; }
  .excerpt__content {
    padding: 0 1.5rem; }
    @media screen and (max-width: 480px) {
      .excerpt__content {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 65.21739%;
        margin-right: 0;
        padding-left: 0; }
        .excerpt__content:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .excerpt__headline {
      font-size: 1.4rem;
      text-transform: capitalize; } }
  .excerpt__info {
    *zoom: 1;
    color: #9f9f9f; }
    .excerpt__info:before, .excerpt__info:after {
      content: " ";
      display: table; }
    .excerpt__info:after {
      clear: both; }
    @media screen and (max-width: 480px) {
      .excerpt__info {
        font-size: 1.2rem; } }
  .excerpt__lead {
    line-height: 1.5; }
    @media screen and (max-width: 480px) {
      .excerpt__lead {
        display: none; } }
  .excerpt__timestamp {
    display: block;
    float: left;
    width: 50%; }
  .excerpt__comments {
    display: block;
    float: left;
    width: 50%;
    text-align: right; }
  .excerpt .addthis_toolbox {
    min-height: 63px; }

/* Form
----------------------------------------------------------------------------- */
.form {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; }
  .form fieldset,
  .form input {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0; }
  .form__group {
    *zoom: 1;
    margin-bottom: 20px; }
    .form__group:before, .form__group:after {
      content: " ";
      display: table; }
    .form__group:after {
      clear: both; }
  .form__label {
    width: 25%;
    margin: 0 0 0.5rem 0;
    display: block;
    clear: left;
    float: left;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 2.5; }
    @media screen and (max-width: 480px) {
      .form__label {
        width: 100%;
        line-height: 1.75; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .form__label {
        width: 50%; } }
  .form__input {
    margin: 0;
    padding: 0;
    float: left;
    height: 4rem;
    color: #000;
    border: 0;
    margin: 0 0 0.5rem 0;
    padding: 0.6rem !important;
    border-radius: 3px; }
    @media screen and (max-width: 480px) {
      .form__input {
        width: 100%; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .form__input {
        width: 50%; } }
  .form__button {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    height: 4rem;
    padding: 0.6rem;
    background: #fd513b;
    color: #fff;
    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 600; }
    .form__button::-moz-focus-inner {
      border: 0; }
    .form__button:hover {
      text-decoration: none; }
  .form__alert {
    margin: 0;
    padding: 20px;
    color: #fff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
    text-transform: uppercase; }
    .form__alert.errors {
      background: #fd513b; }
    .form__alert.success {
      background: #36d97c; }
    .form__alert ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .form__alert ul li {
        margin: 0;
        list-style-type: none; }
    .form__alert p {
      margin: 0; }

/* Block: Site Header
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .header {
    background-color: #000;
    background-image: url(/images/young_money-logo-ebe85291.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 75%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); } }

.header__container {
  *zoom: 1;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 2rem;
  position: relative; }
  .header__container:before, .header__container:after {
    content: " ";
    display: table; }
  .header__container:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .header__container {
      min-height: 4rem;
      padding: 0; } }
  @media screen and (min-width: 769px) {
    .header__container {
      padding-top: 0; } }

.header__logo {
  margin: 2rem 0 0 0; }
  @media screen and (max-width: 768px) {
    .header__logo {
      display: none; } }
  @media screen and (min-width: 769px) and (max-width: 969px) {
    .header__logo {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .header__logo:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 970px) {
    .header__logo {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .header__logo:last-child {
        margin-right: 0; } }

.header__image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

/* Headlines
----------------------------------------------------------------------------- */
.headlines {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden; }
  .headlines__headline {
    margin-bottom: 20px; }

/* Block: Fanclub Login
----------------------------------------------------------------------------- */
.fanclub-login {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .fanclub-login {
      display: none; } }
  @media screen and (min-width: 769px) and (max-width: 969px) {
    .fanclub-login {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      margin-right: 0;
      padding-top: 2rem; }
      .fanclub-login:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 970px) {
    .fanclub-login {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      margin-right: 0; }
      .fanclub-login:last-child {
        margin-right: 0; } }
  .fanclub-login__upsell {
    display: none;
    margin: 2rem 0 1.5rem 0;
    font-size: 1.2rem; }
    @media screen and (min-width: 970px) {
      .fanclub-login__upsell {
        display: block; } }
  .fanclub-login__links {
    *zoom: 1;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .fanclub-login__links:before, .fanclub-login__links:after {
      content: " ";
      display: table; }
    .fanclub-login__links:after {
      clear: both; }
  .fanclub-login__link {
    float: left;
    padding: 0 1.5rem 0 0; }
    .fanclub-login__link:last-of-type {
      padding-right: 0; }
  .fanclub-login__join {
    display: block;
    float: left;
    font-size: 2rem;
    text-transform: uppercase;
    color: #36d97c; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .fanclub-login__join {
        font-size: 1.6rem; } }
    @media screen and (min-width: 768px) {
      .fanclub-login__join {
        font-size: 1.6rem; } }
    @media screen and (min-width: 970px) {
      .fanclub-login__join {
        font-size: 2rem; } }
  .fanclub-login__account, .fanclub-login__logout, .fanclub-login__login {
    display: block;
    float: left;
    font-size: 2rem;
    text-transform: uppercase;
    color: #000; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .fanclub-login__account, .fanclub-login__logout, .fanclub-login__login {
        font-size: 1.6rem; } }
    @media screen and (min-width: 768px) {
      .fanclub-login__account, .fanclub-login__logout, .fanclub-login__login {
        font-size: 1.6rem; } }
    @media screen and (min-width: 970px) {
      .fanclub-login__account, .fanclub-login__logout, .fanclub-login__login {
        font-size: 2rem; } }

/* Block: Featured Excerpts
----------------------------------------------------------------------------- */
.featured {
  *zoom: 1;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto 2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .featured:before, .featured:after {
    content: " ";
    display: table; }
  .featured:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .featured {
      border-right: 0; } }
  .featured__items {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 768px; }
    @media screen and (max-width: 768px) {
      .featured__items {
        min-width: 970px; } }
  .featured__item {
    float: left;
    min-height: 275px;
    width: 33.333%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #9f9f9f;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .featured__item:nth-child(1) {
      border-left: 2px solid #fff; }
    .featured__item:nth-child(3) {
      border-right: 2px solid #fff; }
    .featured__item:hover .featured__excerpt {
      -webkit-transition: max-height 0.5s ease-out;
      -moz-transition: max-height 0.5s ease-out;
      transition: max-height 0.5s ease-out;
      max-height: 27.5rem; }
  @media screen and (min-width: 768px) {
    .featured__info {
      max-width: 80%;
      position: absolute;
      top: 1rem;
      left: 1rem; } }
  .featured__category {
    display: none;
    float: left;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 0.5rem 0.33rem 0.5rem;
    background: #fd513b;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .featured__category {
        display: block; } }
    .featured__category:hover {
      background: #fff;
      color: #000; }
    .featured__category.\--featured {
      display: none; }
    .featured__category.\--exclusive {
      background-color: #fff; }
  .featured__content {
    width: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }
  .featured__headline {
    color: #fff;
    margin: 0 0 1rem 0; }
    .featured__headline:before {
      display: block;
      padding-bottom: 1rem;
      font-weight: 400;
      content: "\e805";
      font-family: 'FontAwesome', sans-serif; }
    .featured__headline.\--video:before {
      content: "\e806"; }
    .featured__headline.\--photo:before {
      content: "\e80a"; }
    .featured__headline.\--audio:before {
      content: "\e804"; }
  .featured__excerpt {
    max-height: 0;
    overflow: hidden;
    color: #9f9f9f;
    line-height: 1.25; }
    .featured__excerpt p:after {
      content: "\e807";
      font-family: 'FontAwesome', sans-serif;
      padding-left: 0.5rem; }
  .featured .addthis_toolbox {
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem; }
    @media screen and (min-width: 970px) {
      .featured .addthis_toolbox {
        display: block; } }

/* Module: Site Footer
----------------------------------------------------------------------------- */
.footer {
  padding: 2rem 0 8rem 0;
  background: #000;
  color: #9f9f9f; }
  .footer__container {
    *zoom: 1;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 20px; }
    .footer__container:before, .footer__container:after {
      content: " ";
      display: table; }
    .footer__container:after {
      clear: both; }
  .footer__copyright {
    font-size: 1.2rem;
    line-height: 1.8; }

/* Module: Legal Documents
----------------------------------------------------------------------------- */
.legal-documents {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif; }
  .legal-documents li {
    margin: 0;
    list-style-type: none; }
  .legal-documents__document {
    display: inline-block;
    padding: 0 0.5em 0 0; }
  .legal-documents__link {
    color: #d9d9d9; }
    .legal-documents__link:hover {
      color: #fff; }

/* Mailing List
----------------------------------------------------------------------------- */
.mailing-list {
  *zoom: 1;
  padding: 1.5rem;
  margin-bottom: 2rem;
  background-color: #000;
  box-shadow: 0 2px 1px silver;
  color: #fff; }
  .mailing-list:before, .mailing-list:after {
    content: " ";
    display: table; }
  .mailing-list:after {
    clear: both; }
  .mailing-list__heading {
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2rem; }
    .mailing-list__heading strong {
      color: #9f9f9f; }
  .mailing-list__label {
    display: block;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.75; }
  .mailing-list__errors {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0.5rem 1rem;
    font-weight: 700;
    color: #000;
    background: #FDFD5F; }
  .mailing-list__link {
    clear: both;
    display: block;
    padding-top: 1rem;
    font-size: 1.2rem;
    color: #fd513b; }
    .mailing-list__link:hover {
      color: #fff; }
  .mailing-list__email-label {
    margin-top: 1rem; }
  .mailing-list__email-input {
    margin: 0;
    padding: 0;
    float: left;
    width: 70%;
    min-width: 0;
    height: 4rem;
    color: #000;
    margin: 0;
    border: 0;
    padding: 0.6rem;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .mailing-list__button {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    float: left;
    width: 30%;
    height: 4rem;
    margin: 0;
    padding: 0.6rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0;
    background: #fd513b;
    color: #fff;
    text-transform: uppercase;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 600; }
    .mailing-list__button::-moz-focus-inner {
      border: 0; }
    .mailing-list__button:hover {
      text-decoration: none; }

/* Navigation
----------------------------------------------------------------------------- */
.navigation__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #000;
  padding: 20px;
  min-height: 100%; }
  .navigation__items li {
    margin: 0;
    list-style-type: none; }

.navigation__item {
  border-bottom: 1px solid #333333; }
  .navigation__item:last-of-type {
    border-bottom: none; }
  .navigation__item:first-of-type > * {
    padding-top: 0; }
  .navigation__item.\--secondary {
    /*@media screen and (min-width: $breakpoint-medium) {

                display: none;

            }*/ }

.navigation__button {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  background: #fd513b;
  padding: 0.5em 1em 0.5em 2em;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer; }
  .navigation__button::-moz-focus-inner {
    border: 0; }
  .navigation__button:hover {
    text-decoration: none; }
  .navigation__button:hover {
    background-color: #000; }
  .navigation__button:before {
    content: "";
    width: 1em;
    height: 0.15em;
    background: #fff;
    box-shadow: 0 0.25em 0 0 #fff, 0 0.5em 0 0 #fff;
    position: absolute;
    left: 0.5em;
    top: 0.75em; }

.navigation__link {
  display: block;
  padding: 20px 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em; }

.navigation .account .fanclub-login {
  /*&__logout {

        width: 100%;
        display: block;
        margin-bottom: 0.25em;
        padding: 0.5em 0;
        font-size: em(16);
        color: $white;
        text-transform: none;

        &:hover { color: darken($coral, 15%); }

    }*/ }
  .navigation .account .fanclub-login__links {
    margin-bottom: 20px; }
  .navigation .account .fanclub-login__upsell {
    display: none !important; }
  .navigation .account .fanclub-login__link {
    width: 100%; }
  .navigation .account .fanclub-login__join, .navigation .account .fanclub-login__login, .navigation .account .fanclub-login__account, .navigation .account .fanclub-login__logout {
    width: 100%;
    display: block;
    padding: 20px 0;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #fd513b; }
    .navigation .account .fanclub-login__join:hover, .navigation .account .fanclub-login__login:hover, .navigation .account .fanclub-login__account:hover, .navigation .account .fanclub-login__logout:hover {
      color: #e91d02; }
  .navigation .account .fanclub-login__login, .navigation .account .fanclub-login__logout {
    padding-bottom: 0;
    color: #fd513b;
    border-top: 1px solid #333333; }
    .navigation .account .fanclub-login__login:hover, .navigation .account .fanclub-login__logout:hover {
      color: #e91d02; }

/* Block: Network
----------------------------------------------------------------------------- */
.network {
  background: #000;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .network {
      display: none; } }
  .network .layout, .network .title, .network #page-artist .featured, #page-artist .network .featured, .network #page-product .featured, #page-product .network .featured {
    padding: 1rem; }
  .network__logo .ym-logo {
    fill: #fff; }
  .network__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left; }
    .network__items li {
      margin: 0;
      list-style-type: none; }
    @media screen and (max-width: 480px) {
      .network__items {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        .network__items:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .network__items {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%;
        text-align: center; }
        .network__items:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .network__items {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 74.46809%; }
        .network__items:last-child {
          margin-right: 0; } }
  .network__item {
    float: left;
    padding-right: 1.2rem; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .network__item {
        float: none;
        display: inline-block; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .network__item.\--highlight {
        width: 100%; } }
    .network__item.\--highlight .network__link {
      color: #fff; }
      .network__item.\--highlight .network__link:hover {
        color: #fd513b; }
    .network__item:last-of-type {
      padding-right: 0; }
  .network__link {
    color: #9f9f9f; }
    .network__link:hover {
      color: #fd513b; }

/* Block: Pagination
----------------------------------------------------------------------------- */
.pagination {
  *zoom: 1;
  *zoom: 1;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination__previous {
    display: block;
    float: left;
    width: 49%;
    padding: 1rem;
    background: #fff;
    color: #000;
    box-shadow: 0 2px 1px silver; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .pagination__previous {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        .pagination__previous:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .pagination__previous {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        .pagination__previous:last-child {
          margin-right: 0; } }
    .pagination__previous:hover {
      background: #fd513b;
      color: #fff; }
    .pagination__previous + .pagination__next {
      margin-left: 0%; }
  .pagination__next {
    display: block;
    float: right;
    width: 49%;
    padding: 1rem;
    background: #fff;
    color: #000;
    text-align: right;
    box-shadow: 0 2px 1px silver;
    /* To shift the icon to the right of the text */ }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .pagination__next {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%;
        margin-left: 25.53191%; }
        .pagination__next:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .pagination__next {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%;
        margin-left: 51.06383%; }
        .pagination__next:last-child {
          margin-right: 0; } }
    .pagination__next:hover {
      background: #fd513b;
      color: #fff; }
    .pagination__next:before {
      content: "";
      padding-left: 0; }
    .pagination__next:after {
      content: "\e807";
      padding-left: 5px;
      font-family: 'FontAwesome', sans-serif; }

/* Block: Partners
----------------------------------------------------------------------------- */
.partners {
  background: #9f9f9f; }
  @media screen and (min-width: 480px) {
    .partners .layout, .partners .title, .partners #page-artist .featured, #page-artist .partners .featured, .partners #page-product .featured, #page-product .partners .featured {
      max-width: 990px;
      padding-right: 1rem;
      padding-left: 1rem; } }
  .partners__listing {
    *zoom: 1;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none; }
    .partners__listing:before, .partners__listing:after {
      content: " ";
      display: table; }
    .partners__listing:after {
      clear: both; }
    @media screen and (min-width: 480px) {
      .partners__listing {
        display: table; } }
    @media screen and (max-width: 479px) {
      .partners__listing {
        display: block;
        float: left;
        margin-bottom: -3%; } }
  @media screen and (max-width: 479px) {
    .partners__partner {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      display: block;
      float: left;
      width: 22.75%;
      padding: 0 3% 3% 0; }
      .partners__partner:nth-child(4n) {
        padding-right: 0; }
      .partners__partner:nth-child(5n) {
        clear: both; } }
  @media screen and (min-width: 480px) {
    .partners__partner {
      display: table-cell;
      padding: 0 1rem; } }
  .partners__image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%; }

/* Plans
----------------------------------------------------------------------------- */
.plans__intro {
  min-height: 20.0rem;
  background: #000 url("../images/ymm.jpg") 110% center no-repeat;
  padding: 20px;
  color: #fff; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .plans__intro {
      background: #000; } }
  @media screen and (max-width: 480px) {
    .plans__intro {
      background: #000; } }

.plans__headline {
  font-size: 2.7rem;
  color: #36d97c;
  margin-top: 0; }

.plans__plan {
  *zoom: 1;
  margin-bottom: 20px; }
  .plans__plan:before, .plans__plan:after {
    content: " ";
    display: table; }
  .plans__plan:after {
    clear: both; }
  .plans__plan header,
  .plans__plan footer {
    width: 100%;
    clear: both;
    background: #000;
    padding: 20px; }
  .plans__plan.bravado, .plans__plan.ticketmaster {
    padding: 20px; }
  .plans__plan.supra {
    background: #fff; }
  .plans__plan.bravado {
    background: #9f9f9f; }
  .plans__plan.ticketmaster {
    background: #9f9f9f; }

.plans__code {
  background: #36d97c;
  padding: 0.5rem;
  display: inline-block;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 2.0rem; }
  .plans__code code {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 600; }

.plans__benefits-details {
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .plans__benefits-details {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 65.95745%; }
      .plans__benefits-details:last-child {
        margin-right: 0; } }

.plans__benefits-listing {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both; }
  .plans__benefits-listing li {
    margin: 0;
    list-style-type: none; }

.plans__benefits-item {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%;
  text-align: center; }
  .plans__benefits-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .plans__benefits-item {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .plans__benefits-item:last-child {
        margin-right: 0; } }
  .plans__benefits-item img {
    width: 100%; }

.plans__benefits-headline {
  color: #000; }

.plans__button {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  height: 4rem;
  padding: 0.6rem;
  background: #36d97c;
  color: #fff;
  text-transform: uppercase;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  .plans__button::-moz-focus-inner {
    border: 0; }
  .plans__button:hover {
    text-decoration: none; }
  .plans__button:hover {
    color: #fff; }

/* Bravado + Ticketmaster
----------------------------------------------------------------------------- */
.plans .bravado,
.plans .ticketmaster {
  line-height: 36px; }
  .plans .bravado button,
  .plans .ticketmaster button {
    margin-right: 0.5rem; }
  .plans .bravado span,
  .plans .ticketmaster span {
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -5000px; }

.plans .bravado span {
  width: 72px;
  height: 36px;
  background-image: url("../images/logo-bravado.png"); }

.plans .ticketmaster span {
  width: 110px;
  height: 22px;
  background-image: url("../images/logo-ticketmaster.png"); }

/* Post
----------------------------------------------------------------------------- */
.post {
  /* Wordpress Photo Caption*/ }
  @media screen and (max-width: 480px) {
    .post {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .post:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .post {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .post:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .post {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 65.95745%; }
      .post:last-child {
        margin-right: 0; } }
  .post__post img,
  .post__post iframe:not([id*="twitter"]):not([id*="instagram"]) {
    max-width: 100%;
    height: auto; }
  .post__hero {
    margin: 0; }
  .post .wp-caption {
    float: left;
    width: auto !important;
    margin-bottom: 20px;
    position: relative; }
    .post .wp-caption img {
      display: block;
      max-width: 100%;
      border: 2px solid #000; }
    .post .wp-caption .wp-caption-text {
      clear: both;
      width: 100%;
      margin: 0;
      padding: 1rem;
      font-size: 1.2rem;
      background: rgba(0, 0, 0, 0.75);
      color: #fff;
      letter-spacing: 0.02rem;
      text-align: center;
      position: absolute;
      bottom: 0; }
    .post .wp-caption + * {
      clear: both; }
  @media screen and (max-width: 480px) {
    .post + aside {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .post + aside:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .post + aside {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .post + aside:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .post + aside {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .post + aside:last-child {
        margin-right: 0; } }

.post-navigation__post {
  border-top: 1px solid #9f9f9f; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .post-navigation__post {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .post-navigation__post:last-child {
        margin-right: 0; } }
  .post-navigation__post .excerpt__lead, .post-navigation__post .addthis_toolbox {
    display: none; }

@media screen and (min-width: 768px) {
  .post-navigation__heading {
    margin: 0; }
    .post-navigation__heading a {
      display: block;
      height: 10rem;
      padding: 0.5em;
      color: #fff; }
    .post-navigation__heading span {
      display: none; }
  .post-navigation__post {
    border: 0;
    position: fixed;
    top: 33.3%; }
    .post-navigation__post.next {
      right: 0; }
      .post-navigation__post.next .excerpt {
        -webkit-transform: translatex(33rem);
        -moz-transform: translatex(33rem);
        -ms-transform: translatex(33rem);
        -o-transform: translatex(33rem);
        transform: translatex(33rem); }
    .post-navigation__post.previous {
      left: 0; }
      .post-navigation__post.previous .excerpt {
        -webkit-transform: translatex(-33rem);
        -moz-transform: translatex(-33rem);
        -ms-transform: translatex(-33rem);
        -o-transform: translatex(-33rem);
        transform: translatex(-33rem); }
    .post-navigation__post.previous .post-navigation__heading {
      float: left;
      background: #fff;
      line-height: 9.0rem;
      position: relative;
      z-index: 2; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .post-navigation__post.previous .post-navigation__heading {
        box-shadow: 0 2px 1px silver; } }

@media screen and (min-width: 768px) {
      .post-navigation__post.previous .post-navigation__heading a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        border-right: 0.5em solid #d9d9d9; }
    .post-navigation__post.next .post-navigation__heading {
      float: right;
      background: #fff;
      line-height: 9.0rem;
      position: relative;
      z-index: 2; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .post-navigation__post.next .post-navigation__heading {
        box-shadow: 0 2px 1px silver; } }

@media screen and (min-width: 768px) {
      .post-navigation__post.next .post-navigation__heading a:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        border-left: 0.5em solid #d9d9d9; }
  .post-navigation .excerpt {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    width: 30.0rem;
    height: 10.0rem;
    margin: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
    position: relative;
    z-index: 1; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .post-navigation .excerpt {
      box-shadow: 0 2px 1px silver; } }

@media screen and (min-width: 768px) {
    .post-navigation .excerpt__info {
      display: none; }
    .post-navigation .excerpt__content {
      padding: 0; }
    .post-navigation .excerpt__link {
      width: 30.0rem;
      height: 10.0rem;
      color: #9f9f9f; }
      .post-navigation .excerpt__link > span {
        width: 10.0rem;
        height: 10.0rem;
        background: #000;
        float: left;
        overflow: hidden; }
    .post-navigation .excerpt__headline {
      width: 20.0rem;
      padding: 1rem;
      margin: 0;
      float: left;
      font-family: inherit;
      text-transform: none;
      font-size: 1.4rem; }
    .post-navigation .excerpt__image_polyfill {
      border: none; }
  .post-navigation__post.\--hover .excerpt {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  .post-navigation__post.previous.\--hover .excerpt {
    -webkit-transform: translatex(0rem);
    -moz-transform: translatex(0rem);
    -ms-transform: translatex(0rem);
    -o-transform: translatex(0rem);
    transform: translatex(0rem); }
  .post-navigation__post.next.\--hover .excerpt {
    -webkit-transform: translatex(0rem);
    -moz-transform: translatex(0rem);
    -ms-transform: translatex(0rem);
    -o-transform: translatex(0rem);
    transform: translatex(0rem); } }

/* Block: Quick Links
----------------------------------------------------------------------------- */
@media screen and (min-width: 970px) {
  .quick-links {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .quick-links:last-child {
      margin-right: 0; } }

@media screen and (min-width: 769px) and (max-width: 969px) {
  .quick-links {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    padding-top: 1.5rem; }
    .quick-links:last-child {
      margin-right: 0; } }

.quick-links__items {
  *zoom: 1;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .quick-links__items:before, .quick-links__items:after {
    content: " ";
    display: table; }
  .quick-links__items:after {
    clear: both; }
  @media screen and (min-width: 769px) and (max-width: 969px) {
    .quick-links__items {
      width: auto;
      float: right; } }
  @media screen and (max-width: 480px) {
    .quick-links__items {
      display: block;
      width: auto; } }

.quick-links__item {
  float: left;
  vertical-align: middle;
  margin: 0;
  padding: 0 4% 0 0; }
  @media screen and (min-width: 769px) and (max-width: 969px) {
    .quick-links__item {
      padding: 0 1.5rem 0 0; } }
  .quick-links__item:last-of-type {
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .quick-links__item.artists, .quick-links__item.news, .quick-links__item.tour {
      display: none; } }
  @media screen and (max-width: 768px) {
    .quick-links__item {
      display: inline-block; } }

.quick-links__link {
  color: #000;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .quick-links__link {
      font-size: 1.6rem; } }
  @media screen and (min-width: 970px) {
    .quick-links__link {
      font-size: 2rem; } }
  .quick-links__link:hover {
    color: #fd513b; }

.quick-links__button {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  background: #fd513b;
  padding: 0.5rem 1rem 0.5rem 2.2rem;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-indent: -9999em;
  cursor: pointer;
  position: relative; }
  .quick-links__button::-moz-focus-inner {
    border: 0; }
  .quick-links__button:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .quick-links__button {
      min-height: 4rem;
      min-width: 4rem; } }
  .quick-links__button:hover {
    background-color: #000; }
    @media screen and (max-width: 768px) {
      .quick-links__button:hover:hover {
        background-color: #fff; }
        .quick-links__button:hover:hover:before {
          background: #000;
          box-shadow: 0 1.6rem 0 0 #000, 0 0.8rem 0 0 #000; } }
  .quick-links__button:before {
    content: "";
    width: 1.6rem;
    height: 0.2rem;
    background: #fff;
    box-shadow: 0 1rem 0 0 #fff, 0 0.5rem 0 0 #fff;
    position: absolute;
    left: 0.75rem;
    top: 0.9rem; }
    @media screen and (max-width: 768px) {
      .quick-links__button:before {
        width: 2rem;
        height: 0.3rem;
        box-shadow: 0 1.6rem 0 0 #fff, 0 0.8rem 0 0 #fff;
        position: absolute;
        left: 1rem;
        top: 1rem; } }

/* Block: Search
----------------------------------------------------------------------------- */
.search {
  background-color: #9f9f9f; }
  @media screen and (max-width: 768px) {
    .search {
      display: none; } }
  .search .layout, .search .title, .search #page-artist .featured, #page-artist .search .featured, .search #page-product .featured, #page-product .search .featured {
    padding: 1rem 2rem; }
  .search__form {
    *zoom: 1;
    width: 50%; }
    .search__form:before, .search__form:after {
      content: " ";
      display: table; }
    .search__form:after {
      clear: both; }
    .search__form.error .search__icon {
      color: #fd513b !important; }
    .search__form.error .search__query {
      border: 1px solid #fd513b; }
  .search__label {
    *zoom: 1; }
    .search__label:before, .search__label:after {
      content: " ";
      display: table; }
    .search__label:after {
      clear: both; }
  .search__icon {
    display: block;
    float: left;
    width: 10%;
    padding-right: 1rem;
    font-size: 2rem;
    line-height: 3.8rem;
    color: #6c6c6c; }
  .search__query {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 90%;
    padding: 1rem;
    border: 0;
    color: #000;
    background-color: #d2d2d2;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }
    .search__query:focus {
      background-color: #fff;
      color: #000; }
  .search__submit {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    display: block;
    float: left;
    width: 33%;
    padding: 1rem;
    background: #fd513b;
    color: #fff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .search__submit::-moz-focus-inner {
      border: 0; }
    .search__submit:hover {
      text-decoration: none; }

.search.\--small {
  width: 50%;
  background-color: transparent;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (max-width: 768px) {
    .search.\--small {
      display: block; } }
  @media screen and (min-width: 769px) {
    .search.\--small {
      display: none; } }
  .search.\--small .search__form {
    width: auto; }
  .search.\--small .search__icon {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0 1rem 0 2rem;
    cursor: pointer; }
    .search.\--small .search__icon:hover, .search.\--small .search__icon:focus, .search.\--small .search__icon.open {
      color: #fff; }
  .search.\--small .search__query {
    display: none;
    float: none;
    padding: 1rem;
    border: solid 1rem #000;
    width: 200%;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
    background: #fff;
    color: #000;
    position: absolute;
    top: 40px;
    right: 0; }
    .search.\--small .search__query:focus {
      outline: none; }

/* Block: Social Links
----------------------------------------------------------------------------- */
.social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .social-links li {
    margin: 0;
    list-style-type: none; }
  @media screen and (max-width: 480px) {
    .social-links {
      display: none; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .social-links {
      display: none; } }
  @media screen and (min-width: 768px) {
    .social-links {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .social-links:last-child {
        margin-right: 0; } }
  .social-links__service {
    float: right;
    padding-left: 1rem; }
    .social-links__service:last-of-type {
      padding-left: 0; }
    .social-links__service a {
      font-size: 1.4rem;
      color: #9f9f9f; }
      .social-links__service a:hover {
        color: #fd513b; }

/* Stream
----------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .stream .stream__gutter-sizer {
    width: 0; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  .stream .stream__gutter-sizer {
    width: 4%; } }

@media screen and (min-width: 768px) {
  .stream .stream__gutter-sizer {
    width: 2%; } }

@media screen and (max-width: 480px) {
  .stream .stream__grid-sizer,
  .stream .stream__item {
    width: 100%; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  .stream .stream__grid-sizer,
  .stream .stream__item {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .stream .stream__grid-sizer,
  .stream .stream__item {
    width: 32%; } }

.stream .mailing-list {
  display: none; }
  #page-home .stream .mailing-list {
    display: block; }

/* Title
----------------------------------------------------------------------------- */
.title {
  background: #e6e6e6;
  padding: 0;
  margin-bottom: 20px;
  position: relative; }
  .title__timestamp {
    background: #9f9f9f;
    padding: 10px 20px;
    float: left;
    color: #fff;
    font-size: 1.4rem; }
  .title__excerpt {
    width: 100%;
    background: #fff;
    display: none;
    clear: both;
    float: left;
    font-size: 1.8rem;
    font-weight: bold; }
    .title__excerpt * {
      margin: 20px; }
  .title__categories {
    *zoom: 1;
    padding: 20px; }
    .title__categories:before, .title__categories:after {
      content: " ";
      display: table; }
    .title__categories:after {
      clear: both; }
  .title__category {
    float: left;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 0.5rem 0.33rem 0.5rem;
    background: #fd513b;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 700;
    color: #d9d9d9;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .title__category:hover {
      background: #e91d02;
      color: #d9d9d9; }
  .title .addthis_toolbox {
    width: auto;
    padding: 10px 20px;
    float: right;
    clear: none;
    border: 0; }
    .title .addthis_toolbox > a {
      float: none;
      display: inline-block; }

/* Title Breadcrumb
----------------------------------------------------------------------------- */
.breadcrumb {
  background: #000;
  margin: 0;
  padding: 20px;
  color: #fff; }
  .breadcrumb__trail {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline;
    font-size: 2.7rem;
    text-transform: none; }
  .breadcrumb__separator {
    padding: 0 0.5rem;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    color: #9f9f9f; }

/* Block: Tour Dates
----------------------------------------------------------------------------- */
.tour.\--wide {
  display: none; }
  @media screen and (min-width: 769px) {
    .tour.\--wide {
      display: block; } }

.tour.\--narrow {
  display: none; }
  @media screen and (max-width: 768px) {
    .tour.\--narrow {
      display: block; } }
  .tour.\--narrow td {
    padding: 1rem 1rem 1rem 0; }
    .tour.\--narrow td:first-of-type {
      padding-left: 0 !important; }
    .tour.\--narrow td:last-of-type {
      padding-right: 0 !important; }
  .tour.\--narrow #bit-events div.venue,
  .tour.\--narrow #bit-events div.lineup,
  .tour.\--narrow #bit-events div.location {
    line-height: 1.5; }
  .tour.\--narrow a.bit-buy-tix, .tour.\--narrow a.bit-vip-narrow, .tour.\--narrow a.bit-artist-event-link, .tour.\--narrow #bit-events a.bit-vip-narrow, #bit-events .tour.\--narrow a.bit-vip-narrow, .tour.\--narrow #bit-events a.bit-artist-event-link, #bit-events .tour.\--narrow a.bit-artist-event-link {
    padding: 0.5rem 1rem !important;
    margin: 0.5rem 1rem 0 0; }
  .tour.\--narrow a.bit-vip-narrow, .tour.\--narrow a.bit-artist-event-link {
    background-color: #fd513b;
    color: #fff; }

#bit-events td a {
  visibility: visible !important; }

#bit-events.bit-widget-container {
  font-size: inherit;
  font-family: inherit; }

#bit-events .bit-events tr:nth-child(2) {
  background-color: #000;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  #bit-events .bit-events tr:nth-child(2) a {
    color: #fd513b; }
  #bit-events .bit-events tr:nth-child(2) th {
    font-weight: 400; }

#bit-events .bit-events tr td:first-of-type {
  padding-left: 0; }

#bit-events .bit-events tr td:last-of-type {
  padding-right: 0; }

#bit-events .bit-events th.bit-vip {
  text-indent: -999rem; }

#bit-events td.bit-rsvp label.bit-uiButton {
  height: auto; }

#bit-events td.bit-vip label.bit-uiButton {
  height: auto;
  border: none !important; }

#bit-events a.bit-buy-tix, #bit-events a.bit-vip-narrow, #bit-events a.bit-artist-event-link {
  display: inline-block;
  padding: 0.1rem 1rem;
  background-color: #36d97c;
  color: #000;
  text-align: center;
  font-size: 1.1rem !important;
  line-height: 1.6rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

#bit-events a.bit-vip-narrow, #bit-events a.bit-artist-event-link {
  background-color: #fd513b;
  color: #fff; }

#bit-events .bit-date a {
  white-space: nowrap !important; }

/* Block: Trending Posts
----------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .trending-posts {
    display: none; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  .trending-posts {
    display: none; } }

@media screen and (min-width: 768px) {
  .trending-posts {
    display: none; } }

@media screen and (min-width: 970px) {
  .trending-posts {
    display: block;
    min-height: 1.5rem;
    margin: 2rem 0 1rem 0;
    white-space: nowrap;
    position: relative; }
    .trending-posts:after {
      background-image: -webkit-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 50%);
      background-image: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 50%);
      display: block;
      content: "";
      height: 100%;
      width: 10%;
      position: absolute;
      right: 0;
      top: 0; } }

.trending-posts__list {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0; }

.trending-posts__post {
  color: #9f9f9f;
  font-size: 1.2rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.trending-posts__link {
  color: #9f9f9f; }
  .trending-posts__link:hover {
    color: #fd513b; }

/* Sections */
/* Pages */
/* Page: Artist
----------------------------------------------------------------------------- */
#page-artist .featured {
  width: auto;
  padding-top: 0; }

/* #page-artist */
/* Page: Home
----------------------------------------------------------------------------- */
#page-home .header .search {
  background: transparent; }
  #page-home .header .search__query {
    color: #000;
    background-color: #fff; }

#page-home .search {
  background: #000; }
  #page-home .search__icon {
    color: #9f9f9f; }
  #page-home .search__query {
    color: #fff;
    background-color: #333333; }

/* #page-home */
/* Page: Product
----------------------------------------------------------------------------- */
#page-product .featured {
  width: auto;
  padding-top: 0;
  padding-bottom: 0; }

/* #page-product */
/* Page: Lil Wayne Slots
----------------------------------------------------------------------------- */
#page-slots .info {
  *zoom: 1;
  background: #fff;
  margin-bottom: 60px; }
  #page-slots .info:before, #page-slots .info:after {
    content: " ";
    display: table; }
  #page-slots .info:after {
    clear: both; }
  #page-slots .info__title {
    background: #000;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 2.7rem;
    text-transform: none; }
  #page-slots .info__icon {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      #page-slots .info__icon {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        #page-slots .info__icon:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      #page-slots .info__icon {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        #page-slots .info__icon:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #page-slots .info__icon {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        #page-slots .info__icon:last-child {
          margin-right: 0; } }
  #page-slots .info__image {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #page-slots .info__details {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 65.95745%;
      padding: 20px 0; }
      #page-slots .info__details:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    #page-slots .info__details {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%;
      padding: 20px 0; }
      #page-slots .info__details:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #page-slots .info__details {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%;
      padding: 20px; }
      #page-slots .info__details:last-child {
        margin-right: 0; } }
  #page-slots .info__description {
    margin-top: 60px; }
  #page-slots .info.\--downloads {
    padding: 20px;
    text-align: center; }
    #page-slots .info.\--downloads .info__heading {
      margin-top: 0; }
    #page-slots .info.\--downloads .info__details {
      padding: 0; }
      @media screen and (min-width: 768px) {
        #page-slots .info.\--downloads .info__details {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 100%; }
          #page-slots .info.\--downloads .info__details:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 481px) and (max-width: 767px) {
        #page-slots .info.\--downloads .info__details {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 48.93617%; }
          #page-slots .info.\--downloads .info__details:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 480px) {
        #page-slots .info.\--downloads .info__details {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 23.40426%; }
          #page-slots .info.\--downloads .info__details:last-child {
            margin-right: 0; } }
    #page-slots .info.\--downloads .downloads {
      margin-bottom: 0;
      text-align: center; }
      #page-slots .info.\--downloads .downloads__download {
        display: inline-block;
        float: none;
        margin-bottom: 0; }

#page-slots .downloads {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 20px 0; }
  #page-slots .downloads:before, #page-slots .downloads:after {
    content: " ";
    display: table; }
  #page-slots .downloads:after {
    clear: both; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    #page-slots .downloads {
      margin: 20px 0; } }
  @media screen and (max-width: 480px) {
    #page-slots .downloads {
      margin: 20px 0; } }
  #page-slots .downloads__download {
    float: left;
    margin: 0 20px 0 0; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      #page-slots .downloads__download {
        clear: both;
        margin: 0 0 20px 0; } }
    @media screen and (max-width: 480px) {
      #page-slots .downloads__download {
        clear: both;
        margin: 0 0 20px 0; } }
  #page-slots .downloads__button {
    display: block;
    padding: 1rem;
    background-color: #36d97c;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 2rem; }
    #page-slots .downloads__button:hover {
      background-color: #23b963; }
    #page-slots .downloads__button.disabled {
      background-color: #9f9f9f;
      cursor: default; }

#page-slots .slideshow {
  margin-bottom: 60px; }
  #page-slots .slideshow__slide {
    display: block;
    max-width: 100%; }

#page-slots .screenshots {
  *zoom: 1;
  margin-bottom: 60px; }
  #page-slots .screenshots:before, #page-slots .screenshots:after {
    content: " ";
    display: table; }
  #page-slots .screenshots:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    #page-slots .screenshots__screenshot {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      #page-slots .screenshots__screenshot:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    #page-slots .screenshots__screenshot {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%;
      margin-bottom: 20px;
      text-align: center; }
      #page-slots .screenshots__screenshot:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #page-slots .screenshots__screenshot {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%;
      margin-bottom: 20px;
      text-align: center; }
      #page-slots .screenshots__screenshot:last-child {
        margin-right: 0; } }
  #page-slots .screenshots__image {
    display: block;
    max-width: 100%; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      #page-slots .screenshots__image {
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      #page-slots .screenshots__image {
        margin: 0 auto; } }

/* #page-slots */
