<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
* Main project stylesheet combiner
*
* @section Setup
* @author &lt;fill-me&gt;
*/
/**
* Mixins for browser alignment
*
* @section Framework
* @author echristensen
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   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;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * 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 differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C""\201D""\2018""\2019";
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

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

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

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

/**
 * 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 {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 3 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
}

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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"] {
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 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-spacing: 0;
  border-collapse: collapse;
}

/**
* Base variables and function definitions
*
* @section framework
* @author brasmussen
*/
/**
* Generic stuff
*
* @section framework
* @author rkalms
* @author min
*/
body.project5gl {
  background-color: #eee;
}

/**
* Base variables and function definitions
*
* @section layout
*/
.clearfix:after,
.application-frame .wrapper:after,
.application-frame .wrapper .main.sounds-section .sounds-list:after,
.live-in-denmark:after {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

* {
  box-sizing: border-box;
  color: #1f1f1f;
  text-decoration: none;
}

body {
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headline {
  display: block;
  margin: 0 0 60px;
  padding: 0;
  font-size: 38px;
  line-height: 46px;
  font-weight: normal;
  font-style: italic;
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
}

.application-frame {
  width: 100%;
  overflow: hidden;
  background-color: #e5e5e5;
}
.application-frame img {
  display: block;
  max-width: 100%;
}
.application-frame .wrapper {
  width: 1440px;
  max-width: 100%;
  overflow: hidden;
}
.application-frame .wrapper .main {
  width: 72%;
  padding: 60px 60px 60px 130px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  float: left;
  background-color: white;
}
.application-frame .wrapper .main--full {
  width: 100%;
}
.application-frame .wrapper .aside {
  max-width: 28%;
  width: 340px;
  padding: 60px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  float: left;
}

@media screen and (max-width: 1024px) {
  .application-frame .wrapper .main {
    width: 70%;
    padding: 40px 40px 40px 110px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
  .application-frame .wrapper .main--full {
    width: 100%;
  }
  .application-frame .wrapper .aside {
    width: 30%;
    padding: 40px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
}

@media screen and (max-width: 768px) {
  .application-frame .wrapper {
    overflow: visible;
  }
  .application-frame .wrapper .main {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 40px 70px;
    margin-bottom: 0;
    float: none;
  }
  .application-frame .wrapper .aside {
    width: 100%;
    max-width: 100%;
    padding: 40px 30px 40px 80px;
    margin-bottom: 0;
    float: none;
    clear: both;
  }
  .application-frame .wrapper .aside:after {
    content: ".";
    display: block;
    text-indent: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .application-frame .wrapper .aside .widget-area {
    width: 50%;
    float: left;
  }
  .application-frame .wrapper .aside .widget-3 {
    width: 100%;
    float: left;
  }
  .application-frame .wrapper .aside .widget-area:first-child {
    padding-right: 15px;
  }
  .application-frame .wrapper .aside .widget-area:first-child + .widget-area {
    padding-left: 15px;
  }
  .application-frame .wrapper .aside .widget-area:last-child {
    width: 100%;
  }
  .application-frame .wrapper .aside .widget-area .sounds-list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .application-frame .wrapper .aside .widget-area .sounds-list li {
    width: 50%;
    padding: 0 15px 30px;
  }
}

@media screen and (max-width: 500px) {
  .application-frame .wrapper .aside .widget-area {
    width: 100%;
  }
  .application-frame .wrapper .aside .widget-area:first-child {
    padding-right: 0;
  }
  .application-frame .wrapper .aside .widget-area:first-child + .widget-area {
    padding-left: 0;
  }
  .application-frame .wrapper .aside .widget-area .sounds-list li {
    width: 100%;
  }
}

/**
* Components
*
* @section Setup
* @author &lt;min&gt;
*/
.header {
  padding: 60px 90px 40px 40px;
  margin: 0;
  height: 100%;
  width: 480px;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateX(calc(-100% + 70px));
  transform: translateX(calc(-100% + 70px));
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.header.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header h1 {
  display: block;
  padding: 0;
  margin: 0 0 30px;
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
  font-size: 38px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
}
.header nav {
  padding: 0;
  margin: 0;
}
.header nav ul {
  display: block;
  padding: 0;
  margin: 0;
}
.header nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header nav ul li a {
  display: block;
  padding-left: 60px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 42px;
  position: relative;
}
.header nav ul li a:before,
.header nav ul li a:after {
  display: block;
  margin: 10px 0 0 20px;
  content: ".";
  text-indent: -9999px;
  width: 4px;
  height: 30px;
  background-color: #1f1f1f;
  position: absolute;
  left: 0;
}
.header nav ul li a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.header nav ul li.current-menu-item a:before {
  width: 30px;
  margin: 10px 0 0 2px;
  border-radius: 50%;
}
.header nav ul li.current-menu-item a:after {
  display: none;
}
.header__toggle {
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  /* active state, i.e. menu open */
}
.header__toggle .c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 11px;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
}
.header__toggle .c-hamburger:focus {
  outline: none;
}
.header__toggle .c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background: #1f1f1f;
}
.header__toggle .c-hamburger span::before,
.header__toggle .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1f1f1f;
  content: "";
}
.header__toggle .c-hamburger span::before {
  top: -10px;
}
.header__toggle .c-hamburger span::after {
  bottom: -10px;
}
.header__toggle .c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__toggle .c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.header__toggle .c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}
.header__toggle .c-hamburger--htla.is-active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__toggle .c-hamburger--htla.is-active span::before,
.header__toggle .c-hamburger--htla.is-active span::after {
  width: 50%;
}
.header__toggle .c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(19px) translateY(2px) rotate(45deg);
  transform: translateX(19px) translateY(2px) rotate(45deg);
}
.header__toggle .c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(19px) translateY(-2px) rotate(-45deg);
  transform: translateX(19px) translateY(-2px) rotate(-45deg);
}
.header .social-group {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px 90px 40px 40px;
}
.header .social-group ul {
  display: block;
  padding: 0;
  margin: 0;
}
.header .social-group ul li {
  display: inline-block;
  margin-left: 2px;
  list-style: none;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  text-align: center;
}
.header .social-group ul li a {
  display: inline-block;
  text-indent: -9999px;
  line-height: 23px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.header .social-group ul li.social-facebook a {
  height: 18px;
  width: 9px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .header .social-group ul li.social-facebook a {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -28px;
    background-size: 800px auto;
  }
}
.header .social-group ul li.social-instagram a {
  height: 18px;
  width: 18px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -56px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .header .social-group ul li.social-instagram a {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -56px;
    background-size: 800px auto;
  }
}
.header .social-group ul li.social-twitter a {
  height: 16px;
  width: 18px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -572px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .header .social-group ul li.social-twitter a {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -570px;
    background-size: 800px auto;
  }
}
.header .social-group ul li.social-rss a {
  height: 19px;
  width: 18px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -483px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .header .social-group ul li.social-rss a {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -482px;
    background-size: 800px auto;
  }
}

@media screen and (max-width: 768px) {
  .header {
    -webkit-transform: translateX(calc(-100% + 50px));
    transform: translateX(calc(-100% + 50px));
  }
  .header h1 {
    font-size: 33px;
  }
  .header__toggle .c-hamburger {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: 20px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .header h1 {
    font-size: 27px;
  }
  .header nav ul li a {
    font-size: 30px;
    padding-left: 53px;
  }
  .header nav ul li a:after,
  .header nav ul li a:before {
    margin: 3px 0 0 20px;
    height: 26px;
  }
  .header nav ul li.current-menu-item a:before {
    width: 26px;
    margin: 3px 0 0 9px;
  }
}

.post-excerpt,
.post {
  padding-bottom: 90px;
}
.post-excerpt h1,
.post h1 {
  display: block;
  font-weight: bold;
  padding: 0 0 30px;
  margin: 0;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
}
.post-excerpt h1 span,
.post h1 span {
  display: block;
  padding-top: 15px;
  font-style: italic;
  font-weight: normal;
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
}
.post-excerpt .meta,
.post .meta {
  display: block;
  margin-bottom: 15px;
}
.post-excerpt .like,
.post .like {
  display: block;
  margin-bottom: 25px;
}
.post-excerpt .twitter-share-button,
.post .twitter-share-button {
  float: left;
  margin-right: 20px;
}
.post-excerpt img,
.post img {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.post-excerpt p,
.post p {
  padding: 0 0 20px;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}
.post-excerpt p:last-child,
.post p:last-child {
  padding: 0;
  margin: 0;
}
.post-excerpt .read-more,
.post .read-more {
  text-decoration: underline;
}
.post-excerpt .post-meta-bottom p,
.post .post-meta-bottom p {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.post-excerpt .post-meta-bottom p a,
.post .post-meta-bottom p a {
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
}
.post-excerpt .post-meta-bottom p a:hover,
.post .post-meta-bottom p a:hover {
  text-decoration: underline;
}
.post-excerpt iframe,
.post iframe {
  max-width: 100%;
}
.post-excerpt .post-media.youtube-embed,
.post-excerpt .post-media.vimeo-embed,
.post .post-media.youtube-embed,
.post .post-media.vimeo-embed {
  padding-top: 56.25%;
  height: 0;
  width: 100%;
  position: relative;
}
.post-excerpt .post-media.youtube-embed iframe,
.post-excerpt .post-media.vimeo-embed iframe,
.post .post-media.youtube-embed iframe,
.post .post-media.vimeo-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-excerpt .post-media.soundcloud-embed,
.post .post-media.soundcloud-embed {
  padding-top: 48%;
  height: 0;
  width: 100%;
  position: relative;
}
.post-excerpt .post-media.soundcloud-embed iframe,
.post .post-media.soundcloud-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-excerpt .related-posts,
.post .related-posts {
  display: block;
  padding-top: 90px;
}
.post-excerpt .related-posts .related-post img,
.post .related-posts .related-post img {
  display: block;
  width: 35%;
  margin: 0 20px 20px 0;
  float: left;
}
.post-excerpt .related-posts .related-post a,
.post .related-posts .related-post a {
  display: block;
}
.post-excerpt .related-posts .related-post a:after,
.post .related-posts .related-post a:after {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.post-excerpt .related-posts a,
.post .related-posts a {
  display: block;
  margin-bottom: 20px;
}
.post-excerpt .related-posts h2,
.post .related-posts h2 {
  font-size: 34px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 45px;
}
.post-excerpt .related-posts h2.related-posts-headline,
.post .related-posts h2.related-posts-headline {
  display: block;
  padding: 0 0 15px;
  margin: 0;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, sans-serif;
}
.post-excerpt .related-posts h2.related-posts-headline span,
.post .related-posts h2.related-posts-headline span {
  display: block;
  padding-top: 5px;
  font-style: italic;
  font-weight: normal;
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
}

@media screen and (max-width: 1024px) {
  .post-excerpt h1,
  .post h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .post-excerpt h1,
  .post h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (max-width: 500px) {
  .post-excerpt h1,
  .post h1 {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .post-excerpt h1 span,
  .post h1 span {
    padding-top: 4px;
  }
  .post-excerpt .meta,
  .post .meta {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .post-excerpt .like,
  .post .like {
    margin-bottom: 10px;
  }
  .post-excerpt img,
  .post img {
    margin-bottom: 20px;
  }
  .post-excerpt p,
  .post p {
    font-size: 14px;
    line-height: 18px;
  }
}

.application-frame .wrapper .main.sounds-section {
  display: block;
  padding-right: 30px;
}
.application-frame .wrapper .main.sounds-section .sounds-list {
  display: block;
  padding: 0;
  margin: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.application-frame .wrapper .main.sounds-section .sounds-list li {
  display: block;
  padding: 0 30px 30px 0;
  width: 25%;
  float: left;
}
.application-frame .wrapper .main.sounds-section .filter {
  padding-bottom: 30px;
}
.application-frame .wrapper .main.sounds-section .filter .js-toggle-filter {
  cursor: pointer;
}
.application-frame .wrapper .main.sounds-section .filter:after {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.application-frame .wrapper .main.sounds-section .filter__toggle {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  font-size: 22px;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
}
.application-frame .wrapper .main.sounds-section .filter__toggle:before {
  display: inline-block;
  content: "+";
  font-size: 30px;
  padding-right: 10px;
  line-height: 22px;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter.is-active
  .filter__toggle:before {
  content: "\00D7";
  font-size: 30px;
}
.application-frame .wrapper .main.sounds-section .filter__list {
  padding: 0;
  margin: 0 0 30px;
  width: 25%;
  float: left;
}
.application-frame .wrapper .main.sounds-section .filter__list li {
  display: block;
  padding: 0 0 20px;
  font-size: 21px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  list-style-type: none;
}
.application-frame .wrapper .main.sounds-section .filter__list__subject {
  padding: 0;
  margin: 0;
  display: none;
}
.application-frame .wrapper .main.sounds-section .filter__list__subject li {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 5px 0 0;
  width: auto;
}
.application-frame .wrapper .main.sounds-section .filter__list__subject li a {
  display: inline-block;
  padding: 4px 8px 4px 20px;
  cursor: pointer;
  font-weight: normal;
  font-style: italic;
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a:hover {
  background-color: #1f1f1f;
  color: white;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a:hover:before,
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a:hover:after {
  background-color: white;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a:before,
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a:after {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 2px;
  height: 10px;
  margin: 7px 0 0 10px;
  background-color: #1f1f1f;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a.is-active {
  background-color: #1f1f1f;
  color: white;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a.is-active:before,
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a.is-active:after {
  background-color: white;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a.is-active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter__list__subject
  li
  a.is-active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.application-frame .wrapper .main.sounds-section .filter__list {
  margin-bottom: 0;
}
.application-frame .wrapper .main.sounds-section .filter__list__subject li {
  width: 50%;
}
.application-frame .wrapper .main.sounds-section .filter__list {
  width: 100%;
}
.application-frame .wrapper .main.sounds-section .filter__list__subject li {
  width: auto;
  padding: 0;
}
.application-frame .wrapper .main.sounds-section div.filter__list__subject {
  clear: both;
}
.application-frame
  .wrapper
  .main.sounds-section
  ul.filter__list
  .js-toggle-filter {
  display: none;
}
.application-frame .wrapper .main.sounds-section .filter .filter__toggle {
  display: inline-block;
  width: auto;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter
  .filter__list:nth-child(1)
  .filter__list__subject {
  width: auto;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter
  .filter__list:nth-child(2)
  .filter__list__subject:before {
  content: "Label:";
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter
  .filter__list:nth-child(3)
  .filter__list__subject:before {
  content: "År:";
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.application-frame
  .wrapper
  .main.sounds-section
  .filter
  .filter__list:nth-child(4)
  .filter__list__subject:before {
  content: "Format:";
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

.sounds-list {
  text-align: center;
}
.sounds-list__title {
  font-weight: normal;
  font-style: italic;
}
.sounds-list__label {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .application-frame .wrapper .main.sounds-section .sounds-list li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .application-frame .wrapper .main.sounds-section .sounds-list li {
    width: 100%;
  }
}

.streaming-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.sc-player {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Artworks */
.sc-player .sc-artwork-list {
  width: 100%;
  height: 50%;
  background-color: transparent;
  list-style-type: none;
  position: relative;
}

.sc-player .sc-artwork-list li {
  list-style-type: none;
  display: none;
}

.sc-player .sc-artwork-list li.active {
  list-style-type: none;
  display: block;
}

.sc-player .sc-artwork-list li img,
.sc-player .sc-artwork-list li div {
  list-style-type: none;
  width: 100%;
  height: 100%;
}

/* controls */
.sc-player .sc-controls {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 10px;
  left: 10px;
  z-index: 20;
}

.sc-player .sc-controls a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

.sc-player .sc-controls a.sc-pause {
  display: none;
  height: 30px;
  width: 30px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -333px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .sc-player .sc-controls a.sc-pause {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -332px;
    background-size: 800px auto;
  }
}

.sc-player .sc-controls a.sc-play {
  height: 30px;
  width: 30px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -443px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .sc-player .sc-controls a.sc-play {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -442px;
    background-size: 800px auto;
  }
}

.sc-player.playing .sc-controls a.sc-play {
  display: none;
}

.sc-player.playing .sc-controls a.sc-pause {
  display: block;
}

.sc-player .sc-controls a.sc-prev {
  display: none;
}

.sc-player .sc-controls a.sc-next {
  display: none;
}

/* scrubber */
.sc-scrubber {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
}

.sc-scrubber .sc-time-span {
  height: 5px;
  width: 100%;
  position: absolute;
  margin-top: -5px;
}

.sc-scrubber .sc-buffer,
.sc-scrubber .sc-played {
  height: 5px;
  position: absolute;
  top: 0;
}

.sc-scrubber .sc-time-indicators {
  line-height: 50px;
  vertical-align: middle;
  margin-left: 55px;
  font-size: 13px;
  font-family: "Open Sans";
  display: inline-block;
}

/* volume control */
.sc-volume-slider {
  right: 25px;
  bottom: 20px;
  position: absolute;
  width: 110px;
  height: 10px;
  background-color: white;
}

.sc-volume-slider:before {
  content: ".";
  display: block;
  text-indent: -9999px;
  position: absolute;
  margin: -2px 0 0 -20px;
  height: 14px;
  width: 14px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -598px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .sc-volume-slider:before {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -595.5px;
    background-size: 800px auto;
  }
}

.sc-volume-slider .sc-volume-status {
  position: absolute;
  width: 0%;
  height: 10px;
  top: 0px;
  left: 0px;
}

/* tracks */
/* Track listings*/
.sc-player ol.sc-trackslist-tracks li {
  display: block;
  position: absolute;
  bottom: 75px;
  left: 20px;
  right: 20px;
  font-size: 80px;
  line-height: 90px;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc-player ol.sc-trackslist-tracks li.active {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 101;
}

.sc-archive {
  display: inline-block;
  margin: 10px 10px 10px 5px;
  height: 18px;
  width: 18px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .sc-archive {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 0;
    background-size: 800px auto;
  }
}

.sc-share {
  display: block;
  position: relative;
  float: right;
  margin-top: 10px;
  padding-right: 20px;
  cursor: pointer;
}

.sc-share .sc-share-icon {
  display: block;
  height: 18px;
  width: 18px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -544px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .sc-share .sc-share-icon {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -542px;
    background-size: 800px auto;
  }
}

.sc-share:hover ul {
  top: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 91px;
  -moz-transition: top 0.25s linear, opacity 0.25s linear, right 0s linear 0s,
    width 0s linear 0s;
  -o-transition: top 0.25s linear, opacity 0.25s linear, right 0s linear 0s,
    width 0s linear 0s;
  -webkit-transition: top 0.25s linear, opacity 0.25s linear, right 0s linear,
    width 0s linear;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
  -webkit-transition: top 0.25s linear, opacity 0.25s linear, right 0s linear 0s,
    width 0s linear 0s;
  transition: top 0.25s linear, opacity 0.25s linear, right 0s linear 0s,
    width 0s linear 0s;
}

.sc-share ul {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 0;
  overflow: hidden;
  padding: 25px 0 0;
  margin: 0 0 25px 25px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: top 0.25s linear, opacity 0.25s linear, right 0s linear 0.25s,
    width 0s linear 0.25s;
  -o-transition: top 0.25s linear, opacity 0.25s linear, right 0s linear 0.25s,
    width 0s linear 0.25s;
  -webkit-transition: top 0.25s linear, opacity 0.25s linear, right 0s linear,
    width 0s linear;
  -webkit-transition-delay: 0s, 0s, 0.25s, 0.25s;
  -webkit-transition: top 0.25s linear, opacity 0.25s linear,
    right 0s linear 0.25s, width 0s linear 0.25s;
  transition: top 0.25s linear, opacity 0.25s linear, right 0s linear 0.25s,
    width 0s linear 0.25s;
}

.sc-share ul:after {
  content: ".";
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
}

.sc-share ul li {
  display: inline-block;
  padding: 10px 10px 10px 17px;
  background: white;
  list-style-type: none;
}

.sc-share ul li:last-child {
  padding: 10px 17px 10px 10px;
}

.sc-share ul li a {
  display: inline-block;
  text-indent: -9999px;
}

.sc-share ul li a.share-on-facebook {
  height: 18px;
  width: 9px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -28px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .sc-share ul li a.share-on-facebook {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -28px;
    background-size: 800px auto;
  }
}

.sc-share ul li a.share-on-twitter {
  height: 16px;
  width: 18px;
  background-image: url("../images/sprites-sf004756ac3.png");
  background-position: 0 -572px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3 / 2),
  (min-device-pixel-ratio: 1.5) {
  .sc-share ul li a.share-on-twitter {
    background-image: url("../images/sprites-retina-s9234e40697.png");
    background-position: 0 -570px;
    background-size: 800px auto;
  }
}

/* Track info*/
.sc-player .sc-info {
  position: absolute;
  top: 10px;
  left: -5000px;
  width: 400px;
  padding: 5px;
  height: 200px;
  z-index: 500;
  margin-left: -200px;
}

.sc-player .sc-info.active {
  left: 50%;
  top: 12%;
}

.sc-player .sc-info-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
}

.sc-player .sc-info-toggle.active {
  left: -5000px;
}

.sc-player .sc-info-close {
  position: absolute;
  top: 10px;
  right: 20px;
}

/* utilities */
.sc-player .hidden {
  display: none;
}

.sc-player-engine-container {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}

.sc-player a {
  text-decoration: none;
}

/* Artworks */
.sc-player .sc-artwork-list {
  background: #eee;
}

/* scrubber */
.sc-scrubber {
  background-color: white;
}

.sc-scrubber .sc-played {
  background-color: #f05a24;
}

/* controls */
/* Track listings*/
.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
}

/* Track info*/
.sc-player .sc-info {
  background: #fff;
}

.sc-player .sc-info-toggle {
  background: #fff;
  color: #003399;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  padding: 4px;
}

.sc-player .sc-info-toggle:hover {
  background: #003399;
  color: #eee;
}

.sc-player .sc-info-close {
  background: #003399;
  color: #fff;
  padding: 2px 4px;
  font-weight: bold;
}

.sc-player {
  color: #333;
}

.sc-player a {
  text-decoration: none;
  color: #333;
}

/* scrubber */
/* controls */
/* Track listings*/
.sc-player ol.sc-trackslist-tracks li.active a {
  color: #003399;
}

.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
}

/* Track info*/
.sc-player .sc-info {
  background: #fff;
  opacity: 0.9;
}

.sc-player .sc-info-toggle {
  background: #fff;
  color: #003399;
  padding: 4px;
}

.sc-player .sc-info-close {
  background: #003399;
  color: #fff;
}

.sc-volume-slider {
  background-color: #e5e5e5;
}

.sc-volume-slider .sc-volume-status {
  background-color: #666;
  border-right: 1px solid #003399;
}

.sc-tracklist-holder {
  background: white;
  position: relative;
  z-index: 300;
}

.sc-tracklist-holder:after {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.sc-tracklist-holder .sc-toggle-tracklist {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 11px;
  float: left;
  cursor: pointer;
  text-align: center;
}

.sc-tracklist-holder .sc-toggle-tracklist:after {
  content: "\2630";
  display: block;
  line-height: 38px;
  vertical-align: middle;
  font-size: 25px;
}

.sc-trackslist {
  background: white;
  padding: 0;
  margin: 0;
  position: relative;
  display: none;
}

.sc-trackslist li {
  display: block;
  padding: 0;
  font-family: "Open Sans";
  font-size: 13px;
}

.sc-trackslist li a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sc-trackslist li:hover a,
.sc-trackslist li.active a {
  background: #f1f1f1;
}

.buy-release {
  display: inline-block;
  background: white;
  color: black;
  font-size: 18px;
  padding: 7px 12px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  right: 25px;
  top: 70px;
  z-index: 200;
}

.sc-player .sc-controls a {
  float: left;
}

.sc-player .sc-controls a.sc-prev {
  margin-left: 0;
  margin-right: -35px;
  position: relative;
  display: block;
  float: left;
}

.sc-player .sc-controls a.sc-prev:after {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid black;
  position: absolute;
  top: 9px;
  left: 10px;
}

.sc-player .sc-controls a.sc-prev:before {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid black;
  position: absolute;
  top: 9px;
  left: 5px;
}

.sc-player .sc-controls a.sc-next {
  margin-left: -35px;
  position: relative;
  display: block;
  float: right;
}

.sc-player .sc-controls a.sc-next:after {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  position: absolute;
  top: 9px;
  left: 10px;
}

.sc-player .sc-controls a.sc-next:before {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  position: absolute;
  top: 9px;
  left: 5px;
}

.sc-player .sc-controls {
  width: 90px;
}

.sc-scrubber .sc-time-indicators {
  margin-left: 110px;
}

.sc-player .sc-controls a.sc-play,
.sc-player .sc-controls a.sc-pause {
  margin-left: 26px;
}

.search-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  overflow: scroll;
  background: black;
  background: rgba(0, 0, 0, 0.9);
}

.search-overlay .search-inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1140px) {
  .search-overlay .search-inner {
    width: 990px;
  }
}

@media (max-width: 1018px) {
  .search-overlay .search-inner {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .search-overlay .search-inner {
    width: 90%;
  }
}

.search-overlay .search-close {
  display: block;
  font-size: 90px;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
}

.search-overlay .search-input {
  display: block;
  width: 100%;
  padding: 100px 0 40px;
}

.search-overlay .search-input input {
  display: block;
  width: 60%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid white;
  font-size: 28px;
  line-height: 32px;
  color: white;
}

@media (max-width: 768px) {
  .search-overlay .search-input input {
    width: 100%;
  }
}

.search-overlay .search-result ul {
  padding: 0;
  margin: 0 0 80px;
}

.search-overlay .search-result ul li {
  width: 80%;
  padding-right: 30px;
  list-style-type: none;
  padding-bottom: 40px;
  padding-top: 20px;
  border-bottom: 1px dotted white;
}

@media (max-width: 768px) {
  .search-overlay .search-result ul li {
    width: 100%;
  }
}

.search-overlay .search-result ul li a {
  display: block;
  width: 100%;
  color: white;
  text-decoration: none;
}

.search-overlay .search-result ul li p {
  font-size: 16px;
  line-height: 21px;
  color: white;
}

.search-overlay .search-result ul li h2 {
  display: block;
  padding: 0 0 15px;
  margin: 0;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
}
.search-overlay .search-result ul li h2 span {
  display: block;
  padding-top: 5px;
  color: white;
  font-style: italic;
  font-weight: normal;
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
}

.search-overlay .search-result ul li .search-meta {
  display: block;
  font-family: "Open Sans";
}

.search-overlay .search-result ul li .search-meta p {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
}

.search-overlay .search-result ul li .search-meta p.category {
  margin-right: 10px;
}

.btn,
input[type="submit"],
button {
  display: inline-block;
  background: #e5e5e5;
  border: none;
  color: white;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  cursor: pointer;
  padding: 8px 15px;
  outline: none;
}

.pagination {
  display: block;
  padding-bottom: 60px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px;
}
.pagination a {
  color: white;
  margin-bottom: 3px;
}

.aside .widget-area {
  padding: 0;
  margin: 0;
}

.aside .widget-title {
  display: block;
  padding: 0;
  margin: 0 0 30px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}

.aside ul {
  display: block;
  padding: 0;
  margin: 0 0 60px;
}
.aside ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  list-style-type: none;
}
.aside ul li a:hover {
  text-decoration: underline;
}
.aside ul.live-in-denmark a {
  text-decoration: underline;
}
.aside ul.entries li {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.aside ul.entries li span {
  display: block;
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
  font-weight: normal;
  font-style: italic;
}

.aside .aside.sounds-list img {
  margin-bottom: 20px;
}

.aside .aside.sounds-list li {
  margin-bottom: 60px;
  font-family: Hoefler Text, Baskerville Old Face, Garamond, Times New Roman,
    serif;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}

/**
* Pages
*
* @section Setup
* @author &lt;min&gt;
*/
/**
* Front Page
*
* @section Setup
* @author &lt;fill-me&gt;
*/
.live-in-denmark h1 {
  display: block;
}

.live-in-denmark__list {
  display: block;
  padding: 0 60px 60px 0;
  margin: 0;
  width: 65%;
  float: left;
}
.live-in-denmark__list li {
  display: block;
  margin-bottom: 14px;
  list-style-type: none;
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
}
.live-in-denmark__list li a {
  text-decoration: underline;
}
.live-in-denmark__list li h3 {
  display: block;
  padding: 60px 0 20px;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-family: Helvetica, Arial, sans-serif;
}
.live-in-denmark__list li:first-child h3 {
  padding-top: 0;
}

.live-in-denmark__posters {
  display: block;
  padding: 0 0 60px;
  margin: 0;
  width: 35%;
  float: left;
}
.live-in-denmark__posters li {
  display: block;
  margin-bottom: 20px;
  list-style-type: none;
}

/**
* UI
*
* @section Setup
* @author &lt;fill-me&gt;
*/
.kisses-from-the-90s {
  width: 460px;
  max-width: 80%;
  height: 100%;
  padding-top: 55px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  right: -100%;
  z-index: 100;
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kisses-from-the-90s.is-active {
  right: 0;
}
.kisses-from-the-90s audio {
  display: block;
  width: 460px;
  max-width: 80%;
  margin-bottom: 25px;
  position: fixed;
  top: 0;
}
.kisses-from-the-90s #tracks &gt; a {
  display: block;
  width: 36px;
  text-align: center;
  padding: 10px;
  background: white;
  margin: 10px 5px 15px 15px;
  cursor: pointer;
  float: right;
}
.kisses-from-the-90s #tracks a#closePlayer {
  padding: 0 10px;
  height: 36px;
  float: left;
}
.kisses-from-the-90s #tracks a#closePlayer:after {
  content: "\00D7";
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}
.kisses-from-the-90s #plwrap {
  clear: both;
}
.kisses-from-the-90s #plList {
  padding: 0;
  margin: 0;
}
.kisses-from-the-90s #plList li {
  display: block;
  padding: 14px 15px;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
}
.kisses-from-the-90s #plList li.plSel,
.kisses-from-the-90s #plList li:hover {
  background: white;
}
.kisses-from-the-90s #nowPlay .right {
  clear: both;
  display: block;
  padding: 0 15px 20px;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>