/*   
Theme Name: Life Curator
Description: Live Curator - First Gen
Author: Life Curator
Author URI: http://www.lifecurator.co
Version: 1.0
*/
/* Base
================================================== */
/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for 
   you to simply add your own. This is a basic template 
   after all.
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important; }
  html {
    background-color: #fff; }
  /* Hide navigation */
  nav {
    display: none; }
  /* Show link destinations in brackets after the link text */
  a[href]:after {
    content: " (" attr(href) ") "; }
  a[href] {
    font-weight: bold;
    text-decoration: underline;
    color: #06c;
    border: none; }
  /* Don't show link destinations for JavaScript or internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Show abbr title value in brackets after the text */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  figure {
    margin-bottom: 1em;
    overflow: hidden; }
  figure img {
    border: 1px solid #000; } }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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; }

/*=================
 Mixins
=================*/
.wrap, .full .main, .sidebar, .sidebar .spotify ul, .song-sparks {
  *zoom: 1; }
  .wrap:before, .full .main:before, .sidebar:before, .sidebar .spotify ul:before, .song-sparks:before, .wrap:after, .full .main:after, .sidebar:after, .sidebar .spotify ul:after, .song-sparks:after {
    content: " ";
    display: table; }
  .wrap:after, .full .main:after, .sidebar:after, .sidebar .spotify ul:after, .song-sparks:after {
    clear: both; }

/* Global Things
================================================== */
html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  font-family: "freight-text-pro"; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*==================================
HEADER
/*==================================*/
header {
  text-align: center;
  padding: 90px 0 0 0;
  position: relative; }
  header #simple-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 19px;
    display: none;
    z-index: 10; }
  header h2 {
    font-family: "freight-text-pro";
    font-size: 1em;
    font-weight: 300;
    display: block;
    max-width: 430px;
    margin: 10px auto 5px;
    position: relative;
    z-index: 1; }
    header h2 span {
      font-style: italic;
      display: block;
      font-weight: 500;
      margin-top: 9px; }
  header .logo {
    margin: 0 auto 2.5% auto;
    width: 25%;
    z-index: 2;
    position: relative; }
    header .logo img {
      width: 80%;
      height: auto; }
  header nav {
    margin: 2.5% 0 0 0; }
  header .header-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 45%; }

/*==================================
MAIN BODY
/*==================================*/
.wrap {
  margin: 0 auto;
  max-width: 1100px; }
  .wrap .main {
    float: left;
    width: 70%; }
    .wrap .main img {
      width: 100%;
      height: auto; }
  .wrap .sidebar {
    float: right;
    width: 25%; }

.full .main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  float: none; }

.single-post .main {
  width: 80%;
  margin: 0 auto;
  float: none; }

/*==================================
SIDEBAR
/*==================================*/
.sidebar p {
  margin: 0; }

.sidebar a {
  color: #5d5d5d; }

.sidebar h3 {
  margin: 0 0 20px 0;
  font-style: normal;
  font-size: 1.35em;
  font-weight: 500; }

.sidebar h4 {
  margin: 10px 0;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "freight-text-pro"; }

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0; }

.sidebar li {
  display: block;
  border-bottom: 1px solid #f6f6f6; }

.sidebar hr {
  border: 1px solid #f6f6f6;
  margin: 15% 0; }

.sidebar .mend h3 span {
  font-size: 1.1em;
  margin-right: 10px; }

.sidebar .spotify ul {
  margin-bottom: 0; }

.sidebar .spotify li {
  float: left;
  display: block;
  width: 47%;
  border: none;
  margin: 0 6% 0 0; }
  .sidebar .spotify li:nth-child(2n) {
    margin: 0; }

.sidebar .spotify img {
  width: 100%;
  height: auto; }

.sidebar .spotify h4 {
  font-size: 0.65em;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin: 1px 0 15px 0;
  font-family: "aw-conqueror-carved-one"; }

.sidebar .spotify .profile-link {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f6f6f6;
  color: #1d272a;
  font-family: "aw-conqueror-carved-one";
  padding: 7% 5%;
  text-align: center;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  margin: 0 0 45px 0; }

.sidebar .latest-posts a {
  line-height: 0.5em;
  font-weight: 500;
  font-size: 0.9em;
  color: #1d272a;
  transition: ease 0.5s; }
  .sidebar .latest-posts a:hover {
    color: #1d272a; }

.sidebar .latest-posts li {
  padding-bottom: 7px; }

/*==================================
FOOTER
/*==================================*/
footer {
  text-align: center;
  padding: 80px 0 10% 0;
  position: relative; }
  footer .logo {
    width: 15%;
    margin: 0 auto; }
  footer nav {
    text-align: center;
    position: relative;
    z-index: 10; }
    footer nav ul {
      border: none;
      width: 100%;
      margin: 0 auto; }
      footer nav ul li {
        margin: 0 1%; }
      footer nav ul a {
        font-size: 0.7em; }
  footer .footer-bg {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 20%;
    height: auto; }
    footer .footer-bg.left {
      left: 0; }
    footer .footer-bg.right {
      right: 0; }
  footer small {
    color: #818181;
    position: relative;
    z-index: 10; }

/*==================================
HELPER CLASSES
/*==================================*/
.hidden {
  display: none; }

/*==================================
PAGINATION
/*==================================*/
ul.page-numbers {
  list-style: none;
  margin: 0; }

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center; }

.page-numbers a,
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  /* border: 1px solid #ddd; */
  color: #1d272a; }

.page-numbers a span {
  padding: 0; }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none; }

.page-numbers:hover {
  text-decoration: none; }

a {
  text-decoration: none;
  color: #1d272a;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "freight-text-pro";
  font-weight: 600; }

h1 {
  font-weight: 600; }

h2 {
  margin: 0 0 0.85em 0;
  font-weight: 600;
  font-size: 2.2em;
  line-height: 1.2em; }

p {
  margin-top: 0;
  font-size: 1.3em;
  line-height: 1.65em;
  font-weight: 400; }
  p a,
  p li a {
    text-decoration: none;
    border-bottom: 1.5px solid #5b5b5b;
    line-height: 1;
    text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
    color: #1d272a;
    font-style: normal;
    cursor: pointer;
    font-weight: 400;
    transition: ease-in 0.1s; }
    p a:hover,
    p li a:hover {
      border-bottom: 1.5px solid #999999; }

blockquote {
  padding: 0 25px;
  margin: 50px 0 50px 50px;
  border-left: 5px solid #32373c; }
  blockquote p {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.4em; }
  blockquote span {
    font-style: italic;
    font-weight: 400;
    font-size: 1em; }

ul,
ol {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.65em; }

li {
  margin-bottom: 8px; }

.about-blockq p {
  font-weight: 300; }

.about-blockq span {
  font-style: italic; }

/*==================================
LOGO
/*==================================*/
.logo {
  display: block; }
  .logo img {
    width: 100%;
    height: auto; }

/*==================================
BLOG POST PREVIEW
/*==================================*/
.post-preview {
  width: 100%;
  margin: 0 0 50px 0; }
  .post-preview img {
    width: 100%;
    height: auto; }
  .post-preview .post-continue {
    margin: 50px 0 20px 0;
    display: block;
    font-family: "aw-conqueror-carved-one";
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .post-preview .post-preview-end {
    border-top: 1px solid #f6f6f6;
    padding: 1% 0;
    text-align: right; }
    .post-preview .post-preview-end p a {
      font-family: "aw-conqueror-carved-one";
      font-size: 0.6em;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #8a8b8c;
      border-bottom: none; }

.post-info {
  margin: 0 0 3% 0; }
  .post-info h2 {
    margin: 0 0 1% 0; }
  .post-info h3 {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin: 0;
    color: #8a8b8c;
    font-family: "aw-conqueror-carved-one";
    font-weight: 500; }

/*==================================
NAVIGATION
/*==================================*/
nav ul {
  margin: 40px auto;
  padding: 30px 0;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  text-align: center;
  max-width: 1100px;
  position: relative;
  z-index: 5;
  font-family: "aw-conqueror-carved-one"; }
  nav ul li {
    display: inline-block;
    margin: 0 3%; }
  nav ul a {
    color: #1d272a;
    font-weight: 500;
    font-size: 0.82em;
    letter-spacing: 0.075em;
    text-transform: uppercase; }

/*==================================
MOBILE NAVIGATION
/*==================================*/
body.sidr-open {
  position: fixed !important; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 220px;
  padding: 20px 2% 0 2%;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #f8f8f8;
  text-align: center;
  /* &.right{
    left:auto;
    right:-260px
    } */ }
  .sidr .sidr-inner {
    padding: 0; }
  .sidr.left {
    left: -260px;
    right: auto; }
  .sidr .logo {
    width: 80%;
    margin: 5% auto 10% auto; }
  .sidr nav ul {
    border: none; }
    .sidr nav ul li {
      display: block;
      margin: 0 0 10% 0; }
      .sidr nav ul li:last-child {
        margin: 0; }
  .sidr hr {
    width: 40%;
    border: 1px solid #cccccc;
    margin: 12% auto; }
  .sidr .social-media {
    display: block;
    margin: 5% 0 10% 0; }
    .sidr .social-media li {
      margin: 0 3%; }
  .sidr .search {
    width: 90%;
    margin: 0 auto; }

/*==================================
SEARCH RESULTS
/*==================================*/
h2.search-results {
  font-family: "ratio";
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-bottom: 7.5%;
  background: #f9f9f9;
  padding: 3.5% 5%; }

/*==================================
SOCIAL MEDIA
/*==================================*/
.social-media {
  text-align: center;
  margin: 0;
  padding: 0; }
  .social-media li {
    border: none;
    display: inline-block;
    margin: 0 8%; }
  .social-media [class^="icon-"] {
    display: block;
    width: 34px;
    height: 34px;
    background: url("img/sprite.svg");
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }
  .social-media .icon-twitter {
    width: 17px;
    height: 18px;
    background-position: -9px -8px; }
  .social-media .icon-instagram {
    width: 18px;
    height: 18px;
    background-position: -48px -6px; }
  .social-media .icon-spotify {
    width: 18px;
    height: 18px;
    background-position: -8px -46px; }
  .social-media .icon-facebook {
    width: 34px;
    height: 30px;
    background-position: 0 -80px; }

/*==================================
SEARCH
/*==================================*/
.search {
  margin: 0 0 30px 0; }
  .search fieldset {
    padding: 0;
    border: 0;
    margin: 0; }
  .search label {
    display: none; }
  .search input[type="text"] {
    width: 100%;
    padding: 5%;
    border: 1px solid #f6f6f6;
    display: block; }
  .search .search-button {
    display: none; }

/*==================================
POST COMMENTS
/*==================================*/
.post-page .comments-area {
  margin-top: 100px; }
  .post-page .comments-area h3 {
    font-family: "aw-conqueror-carved-one";
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 40px; }
  .post-page .comments-area .comment-list {
    margin-left: 0;
    padding-left: 0; }
    .post-page .comments-area .comment-list p {
      margin-bottom: 8px; }
    .post-page .comments-area .comment-list li.comment {
      list-style: none;
      margin-left: 0;
      margin-bottom: 65px;
      padding-left: 0;
      font-size: 14px; }
      .post-page .comments-area .comment-list li.comment .comment-body {
        margin-bottom: 30px; }
      .post-page .comments-area .comment-list li.comment ol.children {
        margin-left: 50px; }
        .post-page .comments-area .comment-list li.comment ol.children .comment {
          list-style: none; }
  .post-page .comments-area .comment-author {
    font-family: "freight-text-pro";
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 5px; }
  .post-page .comments-area .comment-meta {
    margin-bottom: 20px; }
    .post-page .comments-area .comment-meta a {
      font-family: "aw-conqueror-carved-one";
      font-size: 0.9em;
      color: #1e282c; }
  .post-page .comments-area .reply a {
    font-family: "aw-conqueror-carved-one";
    text-transform: uppercase;
    color: #1d272a; }

/*  COMMENT FORM   ==================================*/
#comment-form {
  padding: 4.5% 7%;
  background: #f8f8f8; }
  #comment-form p {
    font-size: 1.1em; }
  #comment-form label {
    display: none; }
  #comment-form input,
  #comment-form textarea {
    width: 100%;
    padding: 3%;
    border: #ffffff;
    margin: 2% 0; }
  #comment-form input#submit {
    margin-bottom: 0;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #ffffff;
    background: #1d272a;
    font-family: "aw-conqueror-carved-one"; }
  #comment-form a {
    font-style: normal;
    font-weight: 400; }

/*==================================
SECTION INTRO
/*==================================*/
.section-intro {
  margin: 30px 0 50px 0; }
  .section-intro h1 {
    margin: 0 0 16px 0; }
  .section-intro p {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300; }

/* Pages
================================================== */
.post-listing {
  float: left;
  width: 70%; }

aside {
  float: right;
  width: 25%; }

/* Homepage typography */
.home-page h1 {
  font-weight: 300;
  font-size: 1.35em; }
  .home-page h1 span {
    font-style: italic; }

.home-page h2 {
  font-family: "freight-text-pro"; }

.post-page {
  width: 80%;
  margin: 0 auto; }
  .post-page img {
    width: 100% !important;
    height: auto;
    text-align: center;
    margin: 3.5% auto 5%;
    display: block; }
  .post-page .post-info h1 {
    font-size: 2.2em;
    margin: 0 0 10px 0;
    font-weight: 600; }
  .post-page .post-info h2 {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin: 0 0 10px 0;
    color: #8a8b8c;
    font-family: "aw-conqueror-carved-one";
    font-weight: 500; }
  .post-page h2 {
    margin: 35px 0 35px 0;
    font-size: 1.8em;
    font-weight: 600; }
    .post-page h2 a {
      color: #1d272a;
      transition: ease 0.3s; }
      .post-page h2 a:hover {
        color: #080b0c; }
  .post-page h3 {
    font-family: "freight-text-pro";
    margin: 17px 0 3px 0;
    font-weight: 600;
    font-size: 1.4em; }
    .post-page h3 a {
      color: #1d272a;
      transition: ease 0.3s; }
      .post-page h3 a:hover {
        color: #080b0c; }
  .post-page h4 {
    font-family: "aw-conqueror-carved-one";
    margin-bottom: 2.5px; }
  .post-page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #88bdb8;
    margin: 35px auto;
    padding: 0;
    width: 15%; }
  .post-page ul {
    list-style-type: circle; }
  .post-page ul,
  .post-page ol {
    margin-left: 19px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 30px; }
    .post-page ul li,
    .post-page ol li {
      margin-bottom: 14px;
      list-style-type: circle;
      padding-left: 10px; }

.listen-make {
  padding: 0 5%;
  border-left: 2px solid #88bdb8;
  margin: 2.5% 0; }
  .listen-make h2 {
    margin: 0 0; }
  .listen-make h3 {
    margin: 2.5% 0 0 0; }
  .listen-make p {
    margin-bottom: 0; }
  .listen-make a {
    color: #8a8b8c; }

.lyrics-intro {
  padding: 0 5%;
  margin: 5% 0;
  /* border-left: 2px solid #88BDB8; */ }
  .lyrics-intro p {
    margin: 0; }
  .lyrics-intro .lyric {
    font-style: italic;
    margin: 0 0 2px 0;
    font-size: 1.5em;
    line-height: 1.65em;
    font-weight: 400; }
  .lyrics-intro .lyric-attribution {
    font-style: italic;
    font-size: 1.1em; }
    .lyrics-intro .lyric-attribution a {
      text-decoration: none;
      color: #52948b;
      border: none; }

.resonates {
  margin: 25px 0; }
  .resonates h2 {
    font-family: "aw-conqueror-carved-one";
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 500;
    margin-right: 15px;
    letter-spacing: 1px; }
  .resonates .dot-irecommendthis:hover,
  .resonates .dot-irecommendthis.active {
    padding-left: 15px !important; }
  .resonates span.dot-irecommendthis-count {
    margin-left: 10px;
    line-height: 14px;
    font-family: "aw-conqueror-carved-one";
    font-size: 0.9em;
    position: relative;
    top: -1px; }

.song-sparks li {
  list-style: none;
  margin-bottom: 1% !important;
  float: left;
  width: 49.5%;
  margin-right: 1%; }
  .song-sparks li:nth-child(2n) {
    margin-right: 0; }
  .song-sparks li img {
    width: 100%;
    height: auto; }

.love-library h2 {
  margin: 1.5em 0 0.85em 0;
  font-size: 1.7em; }

.love-library h3 {
  margin: 1em 0 0.25em 0; }

.love-library a {
  text-decoration: none;
  color: #92ACA8;
  font-style: italic;
  cursor: pointer;
  font-weight: 400; }

.city-guides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem; }
  .city-guides a {
    margin-bottom: 5%; }
  .city-guides h2 {
    font-size: 1.15em;
    text-align: center;
    width: 80%;
    margin: 0 auto; }
  .city-guides img {
    margin-bottom: 10px; }

/* Responsive
================================================== */
/* Max Width 1200px
==================================================================================================== */
@media only screen and (max-width: 1200px) {
  .wrap {
    max-width: 95%; }
  /* End max-width 1200px*/ }

/* End max-width 1200px*/
/* Max Width 1024px
==================================================================================================== */
@media only screen and (max-width: 1024px) {
  .wrap {
    padding: 0 5%; }
  header .logo img {
    width: 100%; }
  .single-post .main {
    width: 100%; }
  /* End max-width 1024px*/ }

/* End max-width 1024px*/
/* Max Width 960px - Tablet (Portrait)
==================================================================================================== */
@media only screen and (max-width: 960px) {
  nav ul li {
    margin: 0 3%; }
  nav ul a {
    font-size: 0.8em; }
  .wrap .main {
    float: none;
    width: 100%; }
  .wrap .sidebar {
    display: block;
    width: 100%;
    float: none;
    border-top: 1px solid #f6f6f6;
    padding: 35px 0 0 0;
    margin: 2.5% 0 0 0; }
    .wrap .sidebar h3 {
      text-align: center;
      margin: 0 0 5% 0;
      font-size: 1.5em; }
  .wrap .latest-posts {
    display: none; }
  .wrap .spotify {
    margin-bottom: 70px; }
    .wrap .spotify li {
      width: 48%;
      margin: 0 3% 0 0; }
    .wrap .spotify h4 {
      font-size: 0.85em;
      margin: 5px 0 25px 0;
      letter-spacing: 1px; }
    .wrap .spotify .profile-link {
      padding: 30px; }
  .search input[type="text"] {
    padding: 25px; }
  .wrap aside {
    width: 30%; }
  .social-media li {
    margin: 0 5%; }
  header {
    padding-top: 150px; }
    header .header-image {
      width: 75%; }
    header .logo {
      width: 35%; }
  ul.page-numbers {
    margin-bottom: 100px; }
  /* End max-width 960px*/ }

/* End max-width 960px*/
/* Max Width 768px - Mobile (Landscape)
================================================================================= */
@media only screen and (max-width: 768px) {
  nav ul li {
    margin: 0 2%; }
  header .header-image {
    width: 95%; }
  .sidebar-list {
    float: none;
    width: 100%; }
  .eight-tracks {
    width: 85%;
    margin: 10% auto; }
  .latest-posts {
    display: none; }
  .section-intro {
    border: none;
    padding: 0; }
  /* End max-width 768px*/ }

/* End max-width 768px*/
/*  Max Width 625px - Mobile (Portrait)
==================================================================================================== */
@media only screen and (max-width: 640px) {
  p,
  ul {
    font-size: 1.2em;
    line-height: 1.5em; }
  h2 {
    font-size: 1.7em; }
  header {
    font-size: 1em;
    line-height: 1.2em;
    border-bottom: 1px solid #f6f6f6;
    padding: 20% 0 10% 0;
    margin-bottom: 10%; }
    header .logo {
      width: 55%; }
    header .desktop-nav {
      display: none; }
    header #simple-menu {
      display: block;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1em; }
    header h1,
    header h2 {
      width: 85%;
      margin: 5% auto 0 auto;
      font-size: 1em;
      line-height: 1.2em; }
  .post-page img {
    width: 100% !important;
    height: auto; }
  .post-page .post-info h1 {
    font-size: 1.7em; }
  .city-guides {
    grid-template-columns: repeat(2, 1fr); }
  .wrap .spotify h4 {
    font-size: 0.75em; }
  /*=========================
HOMEPAGE
==========================*/
  .homepage h1 {
    font-size: 1.7em; }
  .sidr {
    width: 300px; }
  .song-sparks li {
    margin-right: 0;
    width: 100%;
    display: block;
    float: none; }
  footer {
    padding: 0 0 15% 0; }
    footer .logo {
      width: 30%;
      margin: 5% auto; }
    footer nav {
      display: none; }
  /* End max-width 625px*/ }

/* End max-width 625px*/
/*  Max Width 625px - Mobile (Portrait)
==================================================================================================== */
@media only screen and (max-width: 550px) {
  h2 {
    font-size: 1.5em; }
  .post-page .post-info h1 {
    font-size: 1.4em; }
  .post-page ul li {
    font-size: 1.2em;
    line-height: 1.5em; }
  blockquote {
    margin-left: 0; }
  .lyrics-intro .lyric {
    font-size: 1.1em;
    line-height: 1.4em; }
  .lyrics-intro .lyric-attribution {
    font-size: 1.1em; }
  /* End max-width 550px*/ }

/* End max-width 550px*/
@media only screen and (max-width: 350px) {
  .city-guides {
    grid-template-columns: repeat(1, 1fr); } }

/*  #Mobile (Portrait)
==================================================================================================== */
@media only screen and (max-width: 328px) {
  header {
    padding-top: 25%; }
    header .header-image {
      width: 90%; }
    header .logo {
      width: 80%; }
    header h1 {
      width: 70%;
      margin: 7.5% auto 0 auto;
      font-size: 0.95em;
      line-height: 1.2em; }
  .sidr {
    width: 260px; }
  .sidebar .search {
    display: none; }
  .sidebar .social-media {
    display: none; }
  .sidebar .eight-tracks {
    width: 100%;
    margin: 10% auto; }
    .sidebar .eight-tracks li {
      width: 47.5%;
      margin: 0 5% 0 0; }
  ul,
  ol {
    padding: 20px; }
  /*=========================
HOMEPAGE
==========================*/
  .homepage h1 {
    font-size: 1.5em; }
  /*=========================
TYPOGRAPHY
==========================*/
  blockquote {
    width: 100%; }
  h2 {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.3em; }
  p,
  ul {
    font-size: 1em;
    line-height: 1.4em; }
  /*=========================
POST PREVIEW
==========================*/
  .post-preview {
    margin: 0 0 15% 0; }
    .post-preview h3 {
      font-size: 0.65em; }
    .post-preview .post-continue {
      margin: 10% 0 5% 0; }
    .post-preview img {
      margin: 5% 0; }
  /*=========================
POST PAGE
==========================*/
  .post-page .post-info h1 {
    font-size: 1.5em;
    margin: 0 0 10px 0; }
  /*=========================
FOOTER
==========================*/
  footer .logo {
    width: 50%; }
  footer .small {
    color: #818181;
    position: relative;
    z-index: 10;
    width: 50%;
    display: block;
    margin: 0 auto; }
  /* End max-width 328px*/ }

/* End max-width 328px*/
