@font-face {
	font-family: 'Cyclone';
	src: url('https://f9.limitedrun.com/fonts/173/Cyclone-Background.eot');
	src: url('https://f9.limitedrun.com/fonts/173/Cyclone-Background.eot?#iefix') format('embedded-opentype'),
		url('https://f9.limitedrun.com/fonts/175/Cyclone-Background.woff') format('woff'),
		url('https://f9.limitedrun.com/fonts/174/Cyclone-Background.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

















@-webkit-keyframes gradient-fade {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }

@keyframes gradient-fade {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }

body {
  font: 15px/1.65em 'Oswald', sans-serif;
  font-weight: 400;
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.5)
    ),
    #000 url(http://s0.limitedrun.com/images/1279861/_170911_26_FB_S_10_513medium.jpg) center top no-repeat fixed;
  background-size: cover !important;
}

.content {
  padding: 2em 0;
  overflow: hidden;
  color: #eee;
  min-height: calc(100vh - 60px);
}

.content:before {
  content: '';
  display: block;
  height: 60px;
}

@media screen and (min-width: 64em) {
  .content:before {
    content: '';
    display: block;
    height: 90px;
  }
}

footer {
  /*background: #000;*/
  color: rgba(255,255,255,.4);
}

section {
  position: relative;
  margin-bottom: 2em;
}

@media screen and (min-width: 64em) {
  .row {
    max-width: 960px;
  }
  
  header .row,
  footer .row {
    max-width: 1180px;
  }
}



/********************
  TYPOGRAPHY
********************/

h1, h2, h3, h4 {
  margin: 0 0 0.5em;
  line-height: 1.2em;
  font-family: Cyclone;
  font-weight: 500;
  color: #eee;
  text-transform: uppercase;
}

h2 a, h3 a, h4 a, h5 a,
a h2, a h3, a h4, a h5 {
  color: #eee;
}

h2 a:hover, h3 a:hover, h4 a:hover,
a h2:hover, a h3:hover, a h4:hover {
  color: #fff;
}

h1 {
  font-size: 12em;
  margin: 0 0 1.5rem;
  text-align: center;
}

h2 {
  font-size: 3em;
  margin-bottom: 0.8em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-family: Oswald;
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h2 small, h3 small {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}

.subheading {
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: initial;
  margin-top: -10px;
  font-family: 'Oswald';
  color: #eee;
}

/*.lines {*/
/*  text-align: center;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: center;*/
/*  margin: 1em 0;*/
/* }*/

/*.lines:before, */
/*.lines:after {*/
/*  flex-grow: 1;*/
/*  height: 1px;*/
/*  content: '\a0';*/
/*  background-color: #eee;*/
/*  position: relative;*/
/*  top: 0.5em;*/
/*}*/

/*.lines:before {*/
/*  margin-right: 1em;*/
/*}*/

/*.lines:after {*/
/*  margin-left: 1em;*/
/*}*/



/********************
  HTML ELEMENTS
********************/

p {
  margin: 0 0 1.5em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: #eee;
}

hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #eee;
}

small {
  font-size: 0.85em;
}

select {
  height: 48px;
  line-height: 45px;
  text-indent: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #eee;
  color: #eee;
}

input, textarea {
  border-radius: 0;
  min-height: 42px;
  line-height: 39px;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 1em;
  background: white;
  color: black;
  border: 1px solid #eee;
}

textarea {
  min-height: 120px;
}

*:focus, *:active {
  outline: none;
}



/********************
  CLASSES
********************/

.button {
  color: #fff;
  padding: .75em 3em .9em;
  line-height: 1.2;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s ease;
  text-transform: uppercase;
  background: #fff;
  color: black;
  margin: 0 5px 10px;
  border: 1px solid #fff;
}

.button:hover {
  background: #eee;
  color: #000;
  border: 1px solid #eee;
}

.button.disabled {
  background: #ddd;
  pointer-events: none;
  border-color: #ddd;
}

.button.secondary {
  background: none;
  color: #eee;
  border: 1px solid #eee;
}

.button.secondary:hover {
  background: white;
  color: black;
}

.banner {
  background: #C51919;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px;
  text-align: center;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

article.row + article.row {
  margin-top: 50px;
}

.sticker {
  position: absolute;
  color: white;
  width: 120px;
  top: 10px;
  left: -30px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1em;
  padding: 8px;
  text-align: center;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  background: #fff;
}

.badge {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  color: white;
  text-indent: 1px;
  font-family: Oswald;
  background: #fff;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1em;
  width: 100%;
  text-align: center;
}

.centered {
  text-align: center;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.5em;
}

.embed-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.artwork, .embed-container {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
}

.artwork {
  width: 460px !important;
  margin: 1.5em auto;
}

.arrow-up:before,
.arrow-right:before,
.arrow-bottom:before,
.arrow-left:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 2px 2px 0 0;
}

.arrow-up:before    { transform: rotate(-45deg); }
.arrow-right:before { transform: rotate(45deg); }
.arrow-down:before  { transform: rotate(135deg); }
.arrow-left::before { transform: rotate(-135deg); }

.arrow-down-fill {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #000 transparent transparent transparent;
}

.arrow-down-fill {
  position: absolute;
  left: 50%;
  margin-top: -10px;
  transform: translateX(-50%);
}

.slider {
  margin: 0 -.9375rem;
}

.slick-slider [class*="arrow-"] {
  position: absolute;
  top: 50%;
  padding: 0 20px;
  color: white;
  z-index: 1;
  transition: all 0.2s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slick-slider [class*="arrow-"]:before {
  height: 15px;
  width: 15px;
}

.slick-slider .arrow-left {
  left: 1em;
}

.slick-slider .arrow-right {
  right: 1em;
}

@media screen and (min-width: 64em) {
  .slider.slick-slider .arrow-left {
    color: black;
    left: -1.5em;
  }
  
  .slider.slick-slider .arrow-right {
    color: black;
    right: -1.5em;
  }
}

.carousel [class*="arrow-"] {
  /*opacity: 0;*/
}

.carousel:hover [class*="arrow-"] {
  opacity: 1;
}

.vertical-list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}

.vertical-list li span {
  display: inline-block;
  width: 3.5em;
  text-transform: uppercase;
  font-size: 0.9em;
}

.horizontal-list {
  margin-bottom: 1.5em;
}

.horizontal-list li {
  display: inline-block;
}

.horizontal-list li:after {
  content: '/';
  font-size: 0.9em;
  margin: 0 5px 0 8px;
}

.horizontal-list li:last-child:after {
  display: none;
}

.square,
.two-three,
.three-two,
.four-five,
.five-four {
  position: relative;
}

.square > *,
.two-three > *,
.three-two > *,
.four-five > *,
.five-four > * {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.square:before,
.two-three:before,
.three-two:before,
.four-five:before,
.five-four:before {
  display: block;
  content: "";
  width: 100%;
}

.square:before {
  padding-top: 100%;
}

.two-three:before {
  padding-top: calc(3 / 2 * 100%);
}

.three-two:before {
  padding-top: calc(2 / 3 * 100%);
}

.four-five:before {
  padding-top: calc(5 / 4 * 100%);
}

.five-four:before {
  padding-top: calc(4 / 5 * 100%);
}



/********************
  TOP BAR
********************/

.top-bar {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 0.85em;
  font-family: Cyclone;
  color: ;
  background: ;
}

.top-bar a {
  font-size: 14px;
  padding: 0 0.5em;
  opacity: 0.75;
  color: ;
}

.top-bar a:hover {
  opacity: 1;
  color: ;
}

.top-bar .social-icons {
  float: right;
}

.top-bar li:last-child a {
  padding-right: 0;
}



/********************
  HEADER
********************/

.main-nav {
  position: fixed;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-right: 65px;
  background: transparent;
  transition: height 0.4s ease, line-height 0.4s ease, background 0.4s ease;
  /*box-shadow: 0 0 1px rgba(255,255,255,.5);*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1040;
}

.main-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.main-nav.shrink {
  height: 60px;
  line-height: 60px;
  border-bottom: 0;
  background: #000;
}

.main-nav li {
  float: left;
}

.main-nav a {
  display: block;
  padding: 0 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #fff;
}

.main-nav a:hover {
  opacity: 0.8;
}

.main-nav h1,
.main-nav .logo {
  margin: 0;
  padding: 0;
  font-size: 2em;
  text-transform: uppercase;
  margin-right: 2em;
  letter-spacing: 0.04em;
  font-family: Cyclone;
  font-weight: 500;
}

.main-nav .logo img {
  max-height: 60px;
  padding: 10px 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.main-nav .logo.center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.main-nav .dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  min-width: 15em;
  opacity: 0;
  transition: opacity 0.2s;
  border-top: 0;
  background: #000;
}

.main-nav .dropdown.columns {
  -webkit-columns: 150px 2;
  -moz-columns: 150px 2;
  columns: 150px 2;
  padding: 0;
}

.main-nav .dropdown li {
  float: none;
  height: 38px;
  line-height: 38px;
  padding: 0 1em;
}

.main-nav .dropdown li a {
  display: block;
  padding: 0;
}

.main-nav .dropdown:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #000;
}

.main-nav li:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.main-nav .cart-trigger {
  position: relative;
  padding-right: 0;
}

.main-nav .badge.cart-count {
  position: absolute;
  top: 15px;
  right: -12px;
  transition: top 0.4s ease;
}

.main-nav.shrink .cart-count {
  top: 15px;
}

/*.main-nav .social-icons {*/
/*  border-left: 1px solid rgba(255, 255, 255, 0.2);*/
/*  overflow: auto;*/
/*  padding-left: 1em;*/
/*  margin-left: 2em;*/
/*}*/

.main-nav .social-icons li:last-child a {
  padding-right: 0;
}

@media screen and (min-width: 64em) {
  .main-nav {
    height: 90px;
    line-height: 90px;
    padding-right: 0;
  }
  
  .main-nav .logo img {
    max-height: 80px;
    padding: 10px 0;
  }
  
  .main-nav.shrink .logo img {
    max-height: 60px;
    padding: 10px 0;
  }
  
  .main-nav .cart-count {
    top: 30px;
  }
}



/********************
  MOBILE NAVIGATION
********************/

.mobile-nav {
  position: fixed;
  left: 0; top: -100%;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.25s;
  padding-top: 10px;
  background: rgba(0,0,0,0.85);
}

.mobile-nav.open {
  top: 0;
  opacity: 1;
}

.mobile-nav::-webkit-scrollbar {
  display: none;
}

.mobile-nav li a {
  display: block;
  padding: 0.5em 0;
  font-size: 1.5em;
  color: #fff;
}

.mobile-nav .social-icons {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.2em;
  background: #fafafa;
  height: 60px;
  line-height: 60px;
}

.mobile-nav .social-icons a {
  padding: 0 1em;
}

.nav-trigger {
  position: absolute;
  top: 0; right: 1em;
  height: 60px;
  width: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  z-index: 1100;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  width: 18px;
  height: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span:after {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.nav-trigger span::before {
  bottom: 6px;
}

.nav-trigger span::after {
  top: 6px;
}

.nav-is-visible {
  position: fixed;
}

.nav-is-visible .nav-trigger {
  position: fixed;
}

.nav-is-visible .nav-trigger span {
  background-color: rgba(255, 255, 255, 0) !important;
}

.nav-is-visible .nav-trigger span::before,
.nav-is-visible .nav-trigger span::after {
  background-color: #fff;
}

.nav-is-visible .nav-trigger span::before {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.nav-is-visible .nav-trigger span::after {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}



/********************
  PAGINATION
********************/

.pagination {
  padding: 1em 0;
  text-align: center;
}

.pagination .page a,
.pagination .current {
  display: inline-block;
  padding: 2px 10px;
  margin: 2px;
  color: #eee;
}

.pagination .current {
  font-weight: bold;
}

.pagination .prev,
.pagination .next {
  display: none;
}



/********************
  FOOTER
********************/

footer {
  text-align: center;
}

footer a, footer a:hover {
  color: rgba(255,255,255,.4);
}

.footer-content {
  padding: 2.5em 0;
  background: rgba(0,0,0,1);
}

.footer-copyright {
  font-size: 0.85em;
  padding: 1.5em 0;
  background: black;
  display: none;
}

footer h3, footer h4 {
  margin: 0 0 1em;
  color: white;
}

footer .email,
footer #email {
  width: 70%;
  float: left;
  border-right: 0;
}

footer .button {
  width: 30%;
  height: 42px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

footer .button:hover {
  background: white;
  color: black;
  border-color: white;
}

.message_area {
  position: absolute;
  border: 0 !important;
  padding: 5px 10px 6px;
}

footer .close {
  position: absolute;
  right: 3px;
  top: -2px;
  color: black;
}



/********************
  GRIDS
********************/

.grid-item {
  margin-bottom: 2em;
  text-align: center;
  color: #eee;
}

.grid-item img {
  /*height: 100%;*/
  /*width: auto !important;*/
  /*max-width: initial;*/
  transition: transform 10s ease 0.1s;
}

.events .grid-item img {
  width: 100% !important;
  height: auto;
}

.grid-item .overlay h5 {
  margin-bottom: 0;
}

.grid-item-caption {
  padding: .75em;
  line-height: 1.5;
}

.grid-item-caption a {
  font-weight: bold;
  color: #eee;
}

.grid-item h4 {
  margin-bottom: 0;
}

.grid-item div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.4s ease;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

figure img {
  width: 100%;
}

figure .overlay {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  background: rgba(0,0,0,0.8);
}

figure:hover .overlay {
  opacity: 1;
}

.list {
  margin-bottom: 4em;
}

.list h3 {
  margin: 0 0 1em;
}



/********************
  HOME PAGE
********************/

.index .carousel {
  margin: 1.5em 0 3em;
}

.index .content {
  padding: 0;
}

.index .align-middle {
  min-height: calc(100vh - 150px);
  max-width: 100%;
}

.index .carousel .caption {
  display: inline-block;
  position: absolute;
  bottom: 2em;
  padding: 1em 2em;
  background: ;
}

.index .carousel .caption h3 {
  margin: 0;
  color: ;
}

.index .carousel .caption h3:hover {
  color: ;
}


/********************
  PRODUCT PAGE
********************/

.slick-slide img {
  width: 100%;
}

.slider-prev, .slider-next {
  width: 50px;
  text-align: center;
  font-size: 5em;
  color: rgba(255,255,255,0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slider-prev:hover, .slider-next:hover {
  color: white;
}

.slider-prev {
  left: 0px;
}

.slider-next {
  right: 0px;
}

.slider-thumbnails li {
  padding: 2px 2px 0 0;
  cursor: pointer;
  max-height: 120px;
}

.product .content select,
.product .content .button {
  margin-bottom: 1em;
}

.variations {
  position: relative;
  margin-bottom: 1em;
}

.variations .fa-angle-down {
  position: absolute;
  right: 10px;
  top: 19px;
  pointer-events: none;
}

.related-products .grid-item {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .related-products .grid-item:nth-child(-n+4) {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .related-products .grid-item:nth-child(-n+4) {
    display: block;
  }
}



/********************
  ORDER PAGE
********************/

.order table {
  margin-bottom: 2em;
  width: 100%;
}

.order table thead th,
.order table tbody td {
  text-align: left;
  vertical-align: top;
  height: 30px;
}

.order table tbody td + td {
  text-align: right;
  width: 20%;
}

.order table#metadata td {
  width: 50%;
}

.order table#metadata td + td {
  text-align: left;
}



/********************
  BANDSINTOWN
********************/

.bit-widget {
  font-family: inherit !important;
  color: #eee !important;
}

.bit-widget .bit-event {
  font-size: 15px !important;
  color: #eee !important;
}

.bit-widget .bit-button {
  background-color: #fff !important;
  color: #000 !important;
}

.bit-nav-bar-container {
  display: none;
}



/********************
  ICONS & SHARING
********************/

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  font-size: 16px;
}

.sharing-button {
  transition: 25ms ease-out;
  height: 32px;
  line-height: 32px;
  padding: 0 0.75em;
}

.sharing-button__link,
.sharing-button__icon {
  display: inline-block
}

.sharing-button__link {
  margin: 0.5em;
  color: white;
}

.sharing-button__link:hover {
  color: white;
}

.sharing-button__icon svg {
  width: 1em;
  height: 1em
}

.sharing-button__icon {
  fill: #fff;
  margin-right: 5px;
  vertical-align: middle;
}

.sharing-button--twitter {
  background-color: #55acee
}

.sharing-button--twitter:hover {
  background-color: #2795e9
}

.sharing-button--pinterest {
  background-color: #bd081c
}

.sharing-button--pinterest:hover {
  background-color: #8c0615
}

.sharing-button--facebook {
  background-color: #3b5998
}

.sharing-button--facebook:hover {
  background-color: #2d4373
}

.sharing-button--email {
  background-color: #777
}

.sharing-button--email:hover {
  background-color: #5e5e5e
}



/********************
  SEARCH
********************/

#search {
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  padding: 2em;
  z-index: 2000;
  background-color: #000;
}

#search.open {
  display: block;
}

#search input[type="search"] {
  background: transparent;
  position: absolute;
  top: 50%; left: 50%;
  border: 0;
  width: 90%;
  max-width: 640px;
  text-indent: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2em;
  color: white;
  padding: .5em;
  font-weight: 500;
  border: 1px solid;
}

#search .close {
  background: transparent;
  position: fixed;
  top: 0px;
  right: 20px;
  font-size: 2.5em;
  font-weight: 200;
  padding: 0;
  border: 0;
}

#search .close:hover {
  border: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.accordion {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}

.accordion dt {
  border-top: 1px solid #eee;
  padding: 0.75em 0;
  cursor: pointer;
}

.accordion dt:hover,
.accordion dt.active {
  background: rgba(0,0,0,0.025);
}

.accordion dt a {
  display: block;
}

.accordion dd {
  margin: 1.5em 0 0.5em;
}

.accordion h3 {
  margin-top: 0;
}

.strip {
  background: #f5f5f5;
  margin-bottom: -2em;
  padding: 1.5em 0;
}

.instagram #photos {
  margin: 0 -20px;
}

.release {
  border-bottom: 1px solid rgba(255,255,255,.25);
  padding-bottom: 4em;
  margin-bottom: 4em;
}

.release:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

#music .column {
  margin-bottom: 1.5em;
}

#music iframe {
  display: block;
  margin-top: -80px;
  opacity: 0.9;
}

#music h3 {
  margin: .5em 0;
}