/**
 * Jim James
 * =========
 * Design: Michael Martinho
 * Development: Matt Goucher / Tyler Clemens
*/

body {
  position: relative;
  background: center top #242623;
  color: #fff;
  font: 300 13px/1.65em 'century-old-style-std', serif;
}
.webkit {
  opacity: 0.99;
}

* {
  transition: all 0.5s ease;
}

/* Chrome Text Opacity Fix */

a, a:active {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
.details .description a {
  color: #cfcfd1;
}
.details .description a:hover {
  text-decoration: underline;
}
.article .details p a, .article .details p a:active {
  color: #cfcfd1;
  text-decoration: none;
}
.article .details p a:hover {
  text-decoration: underline;
}
p, blockquote, ul, ol, ul li ul li, ol li ul li, li p, li dl, p, li, td, dl, address, input, select, textarea, .vcard, legend, dl, dt, dd, #breadcrumbs {
  font: 300 13px/1.65em 'century-old-style-std', serif;
}
.section > .footer > .actions, .footer .rss, #dashboard, #breadcrumbs, .meta .author, .meta .comments, .comments {
  display: none;
}

/* Selections */

::selection {
  background: #1C1C1A;
  color: #fff;
}
::-moz-selection {
  background: #1C1C1A;
  color: #fff;
}

/* Placeholders */

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* g(c) Reset */

p {
  padding: 0 0 10px 0;
}
ol, ul, .thumbs {
  margin: 0;
  padding: 0;
}
a strong {
  font-weight: bold;
}
a em {
  font-style: italic;
}
.content strong {
  font-weight: bold;
}
.content em {
  font-style: italic;
}
blockquote {
  margin-bottom: 1em;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left-width: 5px;
  background: rgba(0, 0, 0, 0.05);
}
#dashboard .section, #page, #breadcrumbs, #header .section, #footer .section {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font: 100 22px/1em 'Trade Gothic LH', sans-serif;
}
h3 {
  letter-spacing: 0.05em;
  font-size: 18px;
}

/* Header */

#header {
  height: 0;
  padding-bottom: 70%;
  margin: 0 0 40px 0;
  width: 100%;
  background: #333 url('//static.wonderfulunion.net/groundctrl/clients/jimjames/site/2018/global/headerimg.jpg') no-repeat center top/cover;
  box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.4);
}
#scplayer {
  position: absolute;
  top: 200px;
  left: 1000px;
  z-index: 2;
  width: 200px;
  height: 100px;
}
#footer {
  position: relative;
  z-index: 2;
}
#footer .section p.copy {
  margin-top: 10px;
  text-align: left;
}

/* Credits in header */
#header {
  position: relative;
}
#header .credits {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}
#header .credits span {
  display: block;
  margin: auto;
  max-width: 960px;
}
.credits em {
  font-style: italic;
}

/* Slants */

#slant {
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  margin: -200px 0 0 0;
  width: 100%;
  height: 200px;
}
#slant span {
  position: absolute;
  top: 45%;
  right: -20%;
  left: -20%;
  z-index: 0;
  display: block;
  height: 100%;
  background: url("../img/global/background.jpg") repeat-y center top #242623;
  content: '';
  transform: rotate(-3deg);
}
#slant-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#slant1 {
  position: absolute;
  top: 1893px;
  z-index: 0;
  z-index: -1000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #1C1C1A;
  transform: skew(0deg, 19deg);
}
#box1 {
  position: absolute;
  top: 2350px;
  left: 0px;
  z-index: -1000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1000px;
  background: #242623;
}
#slant2 {
  position: absolute;
  top: 2812px;
  z-index: -1000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1120px;
  background-color: #1C1C1A;
  transform: skew(0deg, -19deg);
}
#box2 {
  position: absolute;
  top: 3308px;
  left: 0px;
  z-index: -1000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* Logo */

#header .client {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  padding: 40px 0 0 0;
  max-width: 960px;
  width: 100%;
  height: 58px;
}
#header .client:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
#header .site a.footerlogo {
  display: none;
}
#header .client a.logo {
  display: block;
  float: left;
  width: 400px;
  height: 58px;
  text-transform: uppercase;
}
#header .logo h1 {
  font: 100 20px/52px 'GothicExtended-ExpandedHeavy', sans-serif;
  font-size: 2.5em;
}
#header .logo img {
  max-width: 290px;
}

/* Navigation */

#header .site {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
  height: 50px;
}
#header .site .opener {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 0 0 0 20px;
  width: 275px;
  height: 50px;
  background: url("../img/global/nav_opener_new.png") 260px 13px no-repeat #1C1C1A;
  font: 100 22px/52px 'Trade Gothic LH', sans-serif;
}
#header .site ul {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 9;
  overflow: hidden;
  width: 100%;
  height: 50px;
  background: rgba(51, 51, 51, 0.7);
  transition: left 0.3s ease;
}
#header .site .home {
  margin-left: 295px;
}
#header .site:hover ul {
  left: 0;
}

/* Items */

#header .site li {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0 10px;
}
#header .site a {
  text-transform: uppercase;
  font: 100 20px/52px 'Trade Gothic LH', sans-serif;
  font-size: 1.2em;
  padding: 10px;
}

/* Containers */


/* Main */

#main, #main.full {
  float: none;
  margin: 0;
  max-width: 960px;
  width: 100%;
}
#main > .section {
  margin: 0 0 100px 0;
}

/* Aside */

#aside {
  float: none;
  margin: 0;
  max-width: 960px;
  width: 100%;
}
#aside > .section {
  margin: 0 0 100px 0;
}

/* Section Headers */

.section > .header, body.releases #main .releases .release-header {
  clear: left;
  margin: 0 0 35px 0;
  height: 50px;
  border-top: 1px solid rgb(255, 255, 255);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.section > .header .title, body.releases #main .releases .release-header .title {
  float: left;
  font-size: 1.4em;
  overflow: hidden;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  width: 310px;
  height: 50px;
  border-right: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'GothicExtended-ExpandedHeavy', sans-serif;
  line-height: 45px;
}
body.releases #main .releases .release-header p {
  line-height: 45px;
}
.section > .header .actions {
  text-align: right;
}
.section > .header .actions li {
  display: inline-block;
  padding: 0 20px 0 0;
  height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 54px;
}

/* mailing list sign-up */

.ios .topspin-widget-email-for-media {
  display: none;
}
.home .topspin-widget-email-for-media:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
.home .topspin-widget-email-for-media {
  margin: 0 auto 35px auto;
  width: 966px;
  height: 114px;
  background: url("../img/global/mailing-list-bg.png") no-repeat top left;
  background-position: -5px 0;
}
.home .topspin-widget-email-for-media object {
  float: right;
  margin: 18px 10px 0 0;
}
.home .topspin-widget-email-for-media object param {
  color: #765287;
}

/* Pages */

#page {
  position: relative;
  z-index: 2;
}

/* Home */

.home #slant {
  top: 900px;
}

/* Header */
.callout-old .header-img {
  position: absolute;
  top: 35vw;
  left: 50%;
}
.callout-old .header-img h3 {
  font-family: gothicextended-expandedheavy, sans-serif;
}

.header-img {
  position: absolute;
  top: 20vw;
  left: 50%;
  z-index: 2;
  display: block;
  max-width: 856px;
  background: none;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  text-align: center;
  text-shadow: 0 0 20px #000;
  transform: translateX(-50%);
}
.header-img h3 {
  display: inline-block;
  padding: 20px 15px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  line-height: 1.2;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 100;
  font-size: 2.5em;
  text-transform: uppercase;
}
.header-img a:hover {
  color: #61B6E4;
}
.header-img img {
  display: block;
  margin: 0 auto 25px;
  max-width: 530px;
  max-height: 450px;
}

/* Bonaroo */

.home #bonaroo {
  margin-bottom: 40px;
  width: 100%;
}

/* Video */

.home #video {
  height: 600px;
  border: 10px solid white;
  background: #86b4b3;
}

/* Products */

.products .header .title a {
  font: 100 26px 'Trade Gothic LH', sans-serif;
}
body.store #main .header h1.title {
  overflow: hidden;
  padding: 12px;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.store #main .header h1.title span {
  overflow: hidden;
  border-right: 1px solid #D6D6D6;
}
body.store #main .header h1.title span {
  display: block;
  margin: -12px 0 -12px 80px;
  padding: 10px 0;
  width: 105px;
  border-right: 1px solid #D6D6D6;
}
.store #page #main .products .listing {
  margin-top: 35px;
}
.store #aside .title span {
  font-size: 16px;
  display: block;
  text-align: center;
}

/* Packages */

.packages {
  overflow: hidden;
}

/* CLEAR EM */

.packages .product {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 25px;
  width: 44%;
  height: 530px;
  background: none repeat scroll 0 0 #3d4140;
  text-align: center;
}
.packages .product .non-btn-container {
  height: 380px;
}
.packages .goods {
  margin-right: 0px;
}
.packages .product .figure {
  margin: 0 0 10px 0;
}
.packages .product .header {
  text-align: center;
}

/* Products */

.packages .product .figure {
  overflow: hidden;
  margin-bottom: 20px;
}
.packages .product .figure img {
  width: 266px;
  vertical-align: middle;
}
.packages .physical .figure {
  overflow: hidden;
  margin-bottom: 32px;
}
.packages .product.goods .figure {
  margin-bottom: 18px;
}
.packages .product .title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
}
.packages .product .title small {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5em;
}
.packages .product .content {
  height: 5.5em;
  font-size: 19px;
}
.packages .product .content p {
  line-height: 1.6em !important;
}
.packages .product .content p, .packages .product .content ul, .packages .product .content ol {
  padding: 0;
  color: #cfcfd1;
  text-transform: uppercase;
  font: 100 15px 'Trade Gothic LH', sans-serif;
  line-height: 1.3em;
}
.packages .product .content small {
  display: block;
  color: #7f9f9f;
  font-size: 0.7em;
  line-height: 1.3em;
}
.packages .product .footer a {
  display: block;
  margin: 0 auto 5px auto;
  padding: 10px;
  width: 139px;
  background: #1C1C1A;
  text-align: center;
  text-transform: uppercase;
  font: 100 15px 'Trade Gothic LH', sans-serif;
}
.packages .product .footer a:hover {
  background: #3D4140;
  color: #242623;
}
.packages .product .footer {
  vertical-align: bottom;
}

/* News */

.news .full {
  overflow: hidden;
}
.news .full .item {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.news .full:hover .item {
  opacity: 0.5;
}
.news .full .item:hover {
  opacity: 1;
}
.news .full .figure {
  background: url("../img/global/loader.gif") center center no-repeat rgb(0, 0, 0);
  background: url("../img/global/loader.gif") center center no-repeat rgba(0, 0, 0, 0.8);
}

/* Detail */

.news .story .figure {
  overflow: hidden;
  margin: 0 0 4px 0;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 100%;
}
.news .story .figure img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news .story .article {
  overflow: hidden;
  margin: auto;
  max-width: 600px;
}
.news .story .article .header {
  padding: 20px;
  background: #1C1C1A;
}
.news .story .details {
  margin: 4px 0 0 0;
  padding: 20px;
  background: #1C1C1A;
}
.news .story > .footer {
  display: none;
}
.news .story .article iframe {
  padding: 2em 0;
}

/* Header */

.news .story .date {
  display: block;
  color: #F5DEE3;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 2em;
}
.news .story .article .title {
  margin: 0 0 0.5em 0;
  font-size: 28px;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 1.25em;
}
.news .story .time {
  display: block;
  color: #F5DEE3;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 2em;
}

/* Focus */

.news .focus {
  float: left;
  margin: 0 4px 4px 0;
  width: 396px;
}
.news .focus .header {
  position: relative;
  padding: 40px 10px 10px 10px;
  background: #cfcfd1;
}
.news .focus .header a {
  color: #1C1C1A;
}
.news .focus .meta {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #555;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Trade Gothic LH', sans-serif;
}
.news .focus .details {
  padding: 0 10px 10px 10px;
  height: 62px;
  background: #cfcfd1;
  color: #555;
}
.news .focus .footer {
  margin-left: 0 !important;
}
.news .focus .figure {
  overflow: hidden;
  margin: 0 0 4px 0;
  width: 396px;
  height: 355px;
}
.news .focus.no-figure .details {
  height: 421px;
}
.news .focus.alt {
  float: right;
  margin: 0 0 4px 4px;
}

/* Normal */

.news .normal {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 4px;
  width: 560px;
  height: 175px;
}
.news .normal .figure {
  float: left;
  margin: 0 4px 0 0;
  width: 280px;
  height: 175px;
}
.news .normal .header {
  position: relative;
  margin-left: 284px;
  padding: 40px 10px 0 10px;
  background: #cfcfd1;
}
.news .normal .header a {
  color: #1C1C1A;
}
.news .normal .header h3.title {
  color: #555;
  font-size: 16px;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .normal .header .meta {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #555;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Trade Gothic LH', sans-serif;
}
.news .normal .details {
  margin-left: 284px;
  padding: 7px 10px 10px 10px;
  height: 66px;
  background: #cfcfd1;
  color: #555;
}
.news .normal.no-figure .details, .news .normal.no-figure .header, .news .normal.no-figure .footer {
  margin-left: 0;
}

/* Footer */

.news .item .actions {
  background: url("../img/news/read_more.png") right 2px no-repeat;
}
.news .item .footer {
  margin: 4px 0 0 284px;
  padding: 5px;
  background: #1C1C1A;
  text-align: left;
}
.news .item .footer:hover {
  background: #3D4140;
}
.section.news .article > .footer .nav.actions > .readmore {
  display: block;
  float: none;
}
.news .item .footer a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Trade Gothic LH', sans-serif;
}

/* Events */

.events .event > .details {
  overflow: hidden;
}
.event .shorter .module:last-of-type {
  position: relative;
  overflow: visible;
}
.event .shorter .module:last-of-type:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  display: block;
  width: 600px;
  height: 500px;
  background: #1C1C1A;
  content: '';
}
.events .event .description {
  clear: both;
  padding: 20px;
  background: #1C1C1A;
  line-height: 2em;
}
.detail .events #main {
  min-width: 960px;
}
.with .comma:first-child {
  display: none;
}
.event .module img {
  width: 100%;
}

/* Modules */

.event .left-block {
  float: left;
  overflow: hidden;
  margin: 0 0 4px 0;
  width: 510px;
  background: #1C1C1A;
}
.event .right-block {
  float: right;
  overflow: hidden;
  margin: 0 0 4px 0;
  width: 446px;
}
.event .module {
  overflow: hidden;
  margin: 0 0 4px 0;
  padding: 10px;
  background: #1C1C1A;
}
.event .right-block .module {
  min-height: 100px;
}
.event .module.no-padding {
  padding: 0;
}
.event .module-header {
  display: block;
  margin: 0 0 10px 0;
  color: #cfcfd1;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Trade Gothic LH', sans-serif;
}
.event .module .title {
  color: #333;
  font: 100 18px/1em 'Trade Gothic LH', sans-serif;
}
.event .module {
  text-transform: uppercase;
  font: 100 20px/1.5em 'Trade Gothic LH', sans-serif;
  font-size: 1.5em;
}
.events .event .right-block .map-graphic {
  float: right;
  width: 187px;
  height: 187px;
}
.module.meta {
  font-size: 1.05em;
}

/* Phone */

.phone {
  font-size: 18px;
}

/* Figure */

.module.figure {
  width: 510px;
  height: 355px;
}
.module.figure img {
  max-width: none !important;
}

/* Meta Block */

.module.meta .date {
  float: left;
  padding: 0 20px;
  width: 185px;
  word-wrap: break-word;
}
.module.meta .time {
  float: right;
  padding: 0 20px;
  width: 150px;
}

/* Event Details */

.right-block .module.meta .date {
  padding-left: 10px;
}

/* Map */

.module.map {
  float: left;
  margin: 0;
  margin: 0 4px 4px 0;
  width: 235px;
  height: 130px;
}
.event .map-graphic {
  margin: 0;
}
.maps-button {
  display: block;
  float: left;
  clear: left;
  padding: 10px 5px;
  width: 245px;
  background: url("../img/events/drop_arrow.png") 98% 8px no-repeat #1C1C1A;
  text-transform: uppercase;
  font: 100 13px/1em 'Trade Gothic LH', sans-serif;
}

/* Tickets Reset */

.events .tickets li {
  display: block;
  height: 35px;
}
.events .tickets a, .events .tickets span, .events .vip a {
  padding: 0 10px;
  width: auto;
  background: none;
  text-align: left;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 35px;
}
.events .tickets span {
  opacity: 0.2;
}

/* Grid */

.events .grid {
  overflow: hidden;
  padding-bottom: 40px;
}
.events .grid .item {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 5px 5px 0;
  padding: 40px 15px 15px 15px;
  width: 286px;
  height: 185px;
  background: #222;
  text-align: center;
  font-family: 'Trade Gothic LH', sans-serif;
  transition: opacity 0.4s ease;
}
.events .grid .three {
  margin-right: 0;
}
.events .grid .no-shows {
  margin: 0;
  width: 100%;
  height: 150px;
}
.events .grid .date {
  margin: 0 0 10px 0;
  color: #cfcfd1;
  text-transform: uppercase;
  font-size: 18px;
}
.events .grid .venue {
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 1.25em;
}
.events .grid .location {
  margin-bottom: 10px;
  color: #cfcfd1;
  font-style: italic;
  font-family: 'century-old-style-std', serif;
}
.events .grid .venue:hover, .events .grid .venue a:hover {
  color: #3D4140;
}
.events .grid .event-detail {
  position: absolute;
  top: 265px;
  left: 0;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #1C1C1A;
  font: 100 16px/52px 'Trade Gothic LH', sans-serif !important;
  font-weight: normal !important;
  line-height: 24px !important;
  transition: top 400ms ease;
}
.event-detail p, .event-detail h1, .event-detail h2, .event-detail h3, .event-detail h4, .event-detail h5, .event-detail h6, .event-detail strong, .event-detail b {
  font: 100 16px/52px 'Trade Gothic LH', sans-serif !important;
  font-weight: normal !important;
  line-height: 24px !important;
}
.events .grid .event-detail.open {
  top: 0;
}
a.open-details {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
}
.concert .soldout {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Tickets Drop */

.tickets-drop {
  position: absolute;
  top: 230px;
  left: 50%;
  overflow: hidden;
  margin: 0 0 0 -70px;
  width: 140px;
  height: 105px;
}
.tickets-drop .opener {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 10px;
  width: 100%;
  height: 35px;
  background: url("../img/events/drop_arrow.png") 120px 9px no-repeat #1C1C1A;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 35px;
}
.tickets-drop:hover .opener {
  background-position: 120px -122px;
}
.tickets-drop .opener.soldout {
  background-image: none;
}
.tickets-drop ul {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgb(51, 51, 51);
  background: rgba(51, 51, 51, 0.9);
  transition: top 0.3s ease;
}
.tickets-drop ul a {
  display: block;
  height: 35px;
}
.tickets-drop:hover ul {
  top: 35px;
}

/* Media */

.media .listing .meta {
  padding: 10px 0 0 0;
  color: #F5DEE3;
  text-transform: uppercase;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 1em;
}
.media .listing.assets .third {
  margin-right: 0;
}

/* Detail */

.media .asset .actions img {
  display: none;
}
.media .asset .figure {
  text-align: center;
}
.media .asset iframe {
  max-width: 100%;
}
.media .asset .details {
  padding: 20px;
  background: #1C1C1A;
}

/* Asset */

.media .asset .actions li > span {
  opacity: 0.3;
}

/* Listing */

.media .listing {
  overflow: hidden;
}
.media .listing:hover .item {
  opacity: 0.5;
}
.media .listing .item:hover {
  opacity: 1;
}
.media .listing .item {
  display: block;
  float: left;
  margin: 4px 4px 0 0;
  width: 317px;
  transition: opacity 0.3s ease;
}
.media .listing .first {
  clear: left;
}
.media .listing .figure {
  overflow: hidden;
  max-height: 193px;
}
.media .listing .item .header {
  margin: 4px 0 0 0;
  padding: 10px;
  background: #1C1C1A;
}

/* Gallery Listing */

.media .galleries .video {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 4px 4px 0;
  width: 478px;
}
.media .galleries .photo.third, .media .galleries .video.second {
  margin-right: 0;
}
.media .galleries .video .figure {
  overflow: hidden;
  max-height: 282px;
}

/* Listing */

.releases .item {
  display: block;
  margin: 0 0 20px 0;
}
.releases .item:before,
.releases .item:after {
  content: " ";
  display: table;
}
.releases .item:after {
  clear: both;
}
.releases .left {
  float: left;
  margin: 0 4px 0 0;
  padding: 8px;
  width: 354px;
  background: rgba(0, 0, 0, 0.2);
}
.releases .item .figure {
  overflow: hidden;
  margin: 0 0 10px 0;
  max-height: 354px;
  width: 354px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.releases .item .content {
  margin-left: 374px;
}
.releases .item .header {
  position: relative;
}

/* Details */

.releases .item .item-drop {
  float: left;
  min-height: 100%;
}
.releases .item .header {
  margin-left: 155px;
}
.releases .item .header .title {
  margin: 0 0 5px 0;
  font-family: 'Trade Gothic LH', sans-serif;
}
.releases .item .meta {
  opacity: 0.4;
}

/* Playlist */

.releases .playlist {
  margin: 0;
}
.releases .playlist thead {
  display: none;
}
.releases .playlist td {
  padding: 0;
  vertical-align: top;
  text-transform: uppercase;
  font: 100 12px/30px 'Trade Gothic LH', sans-serif;
}
.releases .playlist .cell-wrapper {
  margin: 0 0 4px 0;
  padding: 10px 10px;
  min-height: 30px;
  background: #1C1C1A;
}
.releases .playlist .trackno {
  width: 25px;
}
.releases .playlist .preview {
  width: 65px;
}
.releases .playlist .audio-btn.play-btn:before,
.releases .playlist .audio-btn.pause-btn:before {
  background-color: #FFFFFF;
  cursor: pointer;
}
.releases .playlist .audio-btn {
    padding-top: 5px;
}
.releases .playlist .preview a {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 32px;
  background: url('//static.wonderfulunion.net/groundctrl/clients/jimjames/site/reskin-2016/icons.png') center top no-repeat;
  text-indent: -999em;
}
.releases .audio-btn.play-btn:before,
.releases .audio-btn.pause-btn:before {
  margin-top: -11px;
}
.releases .playlist .preview .sm2_playing {
  background-position: center bottom;
}
.releases .playlist .duration {
  width: 65px;
}
.releases .playlist .preview .cell-wrapper {
  margin: 0 1px 4px 0;
  background: #252525;
  text-align: center;
}
.releases .playlist .duration .cell-wrapper {
  margin: 0 0 4px 1px;
  background: #3d4140;
  text-align: center;
}
.releases .title .cell-wrapper {
  position: relative;
}
.releases .playlist .lyrics-data {
  background-color: #000;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  right: -166px;
  top: 50px;
  transition: opacity 250ms;
  z-index: 99;
}
.releases .lyrics-open .show_lyrics {
  color: #3d4140;
}
.releases .lyrics-open .lyrics-data {
  height: auto;
  max-width: 90vw;
  opacity: 1;
  overflow: scroll;
  padding: 1em;
}

/* store */

h3.special-orders {
  margin: 0 auto 35px auto;
  max-width: 960px;
  width: 100%;
  color: #FFFFFF;
  font-size: 22px;
}
.store #aside .title {
  margin: 0;
  padding: 0;
}

/* Links */

#main .links .content li a {
  display: block;
  margin: 0 0 10px 0;
  padding: 10px;
  min-width: 210px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1C1C1A;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Trade Gothic LH', sans-serif;
}
#main .links .content {
  column-count: 2;
  column-gap: 10px;
}

/* Globals */


/* Item Dropdown */

.item-drop:hover .opener {
  background-position: 120px -122px;
}
.item-drop {
  position: relative;
  width: 140px;
  height: 35px;
}
.item-drop .opener {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 0 0 0 10px;
  width: 130px;
  height: 35px;
  background: url("../img/events/drop_arrow.png") 120px 9px no-repeat #1C1C1A;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 35px;
}
.item-drop ul {
  z-index: 10;
}
.item-drop ul li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  font-size: 0.8em;
  overflow: hidden;
  padding: 10px;
  width: 120px;
  height: 15px;
  background: rgba(51, 51, 51, 0.7);
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 15px;
  transition: top 0.2s ease;
}
.item-drop:hover li {
  top: 35px;
}
.item-drop:hover li + li {
  top: 70px;
}
.item-drop:hover li + li + li {
  top: 105px;
}
.item-drop:hover li + li + li + li {
  top: 140px;
}
.item-drop:hover li + li + li + li +li {
  top: 175px;
}

/* Recent Media */

.media.recent .thumbs {
  padding: 0;
}
.media.recent a {
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  padding-bottom: 20%;
  position: relative;
  margin: 0 4px 4px 0;
  width: calc(20% - 4px);
}
.media.recent a img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.media.recent .nav a {
  height: auto;
  padding: 0;
  width: 100%;
}

/* Featured Video */
.section.featured.video {
  overflow: hidden;
  margin: auto;
  max-width: 970px;
}

.featured-video {
  float: left;
  overflow: hidden;
  margin: 0 5px;
  width: 100%;
}

.video-frame {
  position: relative;
  height: 0;
  padding-bottom: 56%;
}

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

@media (max-width: 850px) {
  .featured-video {
    float: none;
    margin: 10px auto;
    max-width: 650px;
    width: 100%;
  }
}

/* Pagination */

.pagination .results, .pagination .title, .pagination .dots, .pagination .first, .pagination .last {
  display: none !important;
}
.pagination .pages {
  overflow: hidden;
  margin: 20px 0 0 0;
}
.pagination .listing {
  display: block !important;
  float: left;
}
.pagination .pages li {
  display: block;
  float: left;
}
.pagination .listing .current, .pagination .pages a {
  display: block;
  margin: 0 10px 0 0;
  padding: 3px 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #1C1C1A;
}

/* Footer */

#footer .section {
  overflow: hidden;
}
#footer .section:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}
#footer .opener {
  display: none;
}
#footer a:hover {
  color: #3D4140;
}

/* Mailing List */

#footer .mailing-list {
  float: right;
  width: 620px;
}
#footer .mailing-list form {
  display: block;
  overflow: hidden;
  margin: 0 0 15px 0;
  border: 1px solid #83b1b0;
  background: rgba(144, 191, 190, 0.5);
}
#footer .mailing-list .text {
  margin: 0 10px 0 0;
  padding: 10px;
  width: 380px;
  height: 30px;
  border: none;
  border-right: 1px solid #83b1b0;
  background: none;
  text-transform: uppercase;
  font: 100 18px/30px 'Trade Gothic LH', sans-serif;
}
#footer .mailing-list .submit {
  border: none;
  background: none;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font: 100 18px/30px 'Trade Gothic LH', sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
}
#footer .mailing-list .text:focus {
  color: #fff;
}

/* Socials */

.social-above {
  position: absolute;
  top: 60px;
  right: 0px;
  height: 16px;
  text-align: right;
}
#jj_player, .dashboardLink {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: -5px;
  width: 121px;
  height: 26px;
  background: url("../img/global/launch_player.png");
  vertical-align: top;
  transition: background 150ms ease;
}
.dashboardLink {
  display: inline-block;
  padding: 6px 7px 4px 7px;
  width: auto;
  height: auto;
  background: #1C1C1A;
  text-transform: uppercase;
  font: 100 11px/1.5em 'Trade Gothic LH', sans-serif;
}
.dashboardLink:hover {
  background: #3D4140;
}
.socials {
  float: left;
}
.socials li {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 1.4em;
  z-index: 2;
}
.socials a {
  display: block;
  height: 16px;
}
.socials li a:hover {
  color: #cfcfd1;
}
.socials li a span {
  display: none;
}

/* Copy */
/* Temporarily pushes footer down while waiting on new featured video */
#footer {
  margin-top: 135px;
}
#footer .copy {
  float: right;
  width: 67.5%;
}
#footer .coppa.copyright, #footer .nav.terms {
  float: left;
  width: 100%;
  font-size: 11px;
}
#footer .nav.terms li {
  font-size: 11px;
}
#footer .terms li.copyright {
  display: block;
}
#footer .terms .conditions a:before,
#footer .terms .conditions a:after,
#footer .terms .adchoices a:after {
  color: #fff;
  content: ' | ';
}

/* Socials & Powered */

#footer .powered.footer-socials {
  float: left;
  width: 28.2%;
  text-align: right;
  font-size: 11px;
}
#footer .powered.footer-socials .powered {
  float: left;
  width: 100%;
}
#footer .powered.footer-socials .socials {
  float: right;
  margin-bottom: 10px;
}
#footer .powered.footer-socials .socials li {
  float: left;
}
#footer .powered.footer-socials .socials li a {
  opacity: 0.8;
}
#footer .powered.footer-socials .socials li a:hover {
  opacity: 1;
}
#footer .powered .poweredby, #footer .powered a {
  color: #cfcfd1;
}

/* Navigation */

#footer .site {
  margin: 0 0 30px 0;
  padding: 0 0 0 290px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font: 100 43.14px 'Trade Gothic LH', sans-serif;
  position: relative;
}
#footer .site a.footerlogo {
  position: absolute;
  left: 15px;
  bottom: 5px;
  font-size: 0.65em;
  text-transform: uppercase;
}
#footer .footerlogo h1 {
  line-height: 2;
  font-family: 'GothicExtended-ExpandedHeavy', sans-serif;
}
#footer .footerlogo img {
  max-width: 250px;
  max-height: 40px;
}
#footer .site ul {
  overflow: hidden;
  padding: 0 20px 0 0;
  height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 50px;
}
#footer .site li {
  display: block;
  float: left;
  padding: 0 20px;
}
#footer .site a {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Trade Gothic LH', sans-serif;
  line-height: 50px;
}
#footer .site a:hover {
  color: #3D4140;
}

/**
 * Mailing List
 * ============
*/

.newsletter-wrapper {
  display: none;
}
#newsletter {
  padding: 20px;
  width: 250px;
  background: #141414;
}
#newsletter .title {
  margin: -20px -20px 20px;
  padding: 20px;
  color: #fff;
  border-bottom: 1px solid #303030;
}
#newsletter p {
  margin: 0 0 20px;
  padding: 0;
}
#newsletter p.last {
  margin: 0 -20px 0;
  padding: 20px;
  padding-bottom: 0;
  border-top: 1px solid #303030;
}
#newsletter .mc-field-group {
  margin: 0 0 20px;
}
#newsletter label {
  display: block;
  margin: 0 0 8px;
  width: 100%;
  color: #c0c0c0;
  font: 100 14px/1 sans-serif;
}
#newsletter input, #newsletter .select-wrapper {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 100%;
  font: 100 14px/1 sans-serif;
  border: 0;
  background: #fff;
}
#newsletter .select-wrapper {
  overflow: hidden;
  padding: 0;
}
#newsletter select {
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  font: 100 14px/1.1 sans-serif;
  border: 0;
  background: #fff;
  -webkit-appearance: none;
}
#newsletter input:focus, #newsletter select:focus {
  background: #fff;
  opacity: 1;
}
#newsletter .clear {
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #303030;
}
#newsletter .button {
  padding: 10px 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border: 0;
  border-radius: 5px;
  background: #f60;
  opacity: 1;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}
#newsletter .button:hover {
  background: #ff8737;
}
#newsletter .gc-invalid-age .gc-validate-age, #newsletter .gc-invalid-email .gc-validate-email {
  box-shadow: 0 0 0 2px #c00;
}
#newsletter .checkbox-row label,
#newsletter .checkbox-row input {
  display: inline;
  width: auto;
  vertical-align: middle;
  margin: 0;
  float: none;
}
#newsletter .checkbox-row label {
    margin-left: 2px;
}
/**
 * Overrides
 * ============
*/

body.news #header, body.media #header, body.events #header, body.releases #header, body.store #header, body.links #header {
  background-position: 50% 35%;
  padding-bottom: 20%;
}

@media (max-width: 980px) {
  body.home #header, body.news #header, body.media #header, body.events #header, body.releases #header, body.store #header, body.links #header {
    padding-bottom: 0;
    min-height: 500px;
  }
}

@media (max-width: 1050px) {
  body.splash .section-splash h1 {
    font-size: 9vw;
  }
}

@media (max-width: 790px) {
  body.splash .section-splash {
    margin-top: 250px;
  }
  body.splash .section-splash h1 {
    font-size: 10vw;
  }
}

@media (max-width: 550px) {
  body.splash .section-splash {
    margin-top: 100px;
  }
  body.splash .section-splash h1 {
    font-size: 9vw;
  }
}

@media screen and (width:1024px) and (height:768px) {
  .home #header .header-img {
    display: block;
  }
  #header {
    background: #a2d9d6 url('//static.wonderfulunion.net/groundctrl/clients/jimjames/site/reskin-2016/bighead.jpg') center top no-repeat;
    background-size: 1920px auto;
  }
  .social-above {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 338px;
    height: 16px;
  }
  h3.special-orders {
    margin-bottom: 35px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (max-width:980px) {
  #slant {
    display: none !important;
  }
  /* Header */
  #header, .home #header {
    overflow: hidden;
    padding-bottom: 70%;
  }
  #header .client a.logo {
    display: none;
  }
  #header.releases {
    background: #333 url('//static.wonderfulunion.net/groundctrl/clients/jimjames/site/reskin-2016/headerbg-sm.jpg') center top no-repeat;
    background-size: cover;
  }
  h3.special-orders {
    width: auto;
  }
  .social-above {
    margin: 0 10px;
    top: 5px;
  }
  .socials {
    float: none;
    margin: 5px auto;
  }
  .socials li {
    margin: 0;
    padding: 0 5px;
  }
  /* Navigation */
  #header .site {
    padding-top: 0px;
    height: 428px;
    transition: height 0.3s ease;
  }
  #header .site.closed {
    height: 50px !important;
  }
  #header .site ul {
    top: -500px;
    right: 10px;
    left: 10px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: none;
    transition: top 0.5s ease;
  }
  #header .site:hover ul {
    top: 50px;
    left: 10px;
  }
  #header .site.closed ul {
    display: none;
  }
  #header .site li {
    display: block;
    float: none;
    margin: 2px 0 !important;
    padding: 0;
    width: auto;
    background: rgba(51, 51, 51, 0.8);
    text-align: left;
  }
  #header .site li a {
    display: block;
    padding: 0 20px;
  }
  /* Containers */
  #main, #main.full, #aside {
    margin: 0 10px;
    width: auto;
  }
  /* Header Image */
  .header-img {
    top: 170px;
  }
  .header-img img {
    max-height: 160px;
  }
  .header-img h3 {
    font-size: 1.2em;
  }
  /* Section Headers */
  .header .actions {
    display: none;
  }
  .section > .header .title {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
    text-align: center;
  }
  .home #box2 {
    height: 1460px;
  }
  /* Pages */
  /* Home */
  /* Mailing List */
  .topspin-widget-email-for-media {
    display: none;
  }
  /* Recent Media */
  .media.recent a {
    margin: 0 0.5% 0.5%;
    width: 32%;
  }
  .media.recent a:nth-child(1n+4) {
    display: none;
  }
  /* Products */
  .packages .product {
    display: block;
    float: left;
    margin: 0 0 0.5% 0.5%;
    padding: 5%;
    width: 38.8%;
    background: none repeat scroll 0 0 #3d4140;
  }
  .packages .goods {
    margin-right: 0px;
  }
  .packages .product .header {
    text-align: center;
  }
  .packages .product .footer a {
    display: block;
    margin: 0 auto 5% auto;
    padding: 10px;
    max-width: 139px;
    width: 72%;
    background: #1C1C1A;
    text-align: center;
    text-transform: uppercase;
  }
  /* News */
  .news .full .item {
    float: none;
    margin: 0 0 4px 0;
    width: 100%;
  }
  .news .full .focus .figure {
    float: left;
    margin: 0 4px 0 0;
    width: 280px;
    height: 175px;
  }
  .news .focus .header {
    position: relative;
    margin-left: 284px;
    padding: 40px 10px 0 10px;
    background: #cfcfd1;
  }
  .news .focus .header .meta {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #555;
    text-transform: uppercase;
    font-family: 'Trade Gothic LH', sans-serif;
  }
  .news .focus .details {
    margin-left: 284px;
    padding: 7px 10px 10px 10px;
    height: 66px;
    background: #cfcfd1;
  }
  .news .focus.no-figure .details, .news .focus.no-figure .header, .news .focus.no-figure .footer {
    margin-left: 0;
  }
  .news .focus .footer {
    margin-left: 284px !important;
  }
  /* Detail */
  .news .story .article .header, .news .story .article .figure {
    box-sizing: border-box;
    max-height: 500px;
    width: 100%;
    height: auto;
  }
  .news .story .article .figure {
    text-align: center;
  }
  /* Events */
  .events .grid .item {
    box-sizing: border-box;
    margin: 0 1% 1%;
    width: 31%;
    height: 255px;
  }
  /* Detail */
  .event .map-graphic {
    display: none;
  }
  .maps-button, .module.map {
    float: none;
    margin: 0 0 4px 0;
    width: auto;
  }
  .event .right-block, .event .left-block {
    width: 100%;
    min-height: 0;
  }
  .module.meta .time {
    float: none;
    clear: both;
  }
  body.events #main #GC {
    min-width: 150px !important;
    width: auto;
  }
  .module.meta .date, .module.meta .time, .right-block .module.meta .date {
    padding-left: 0;
  }
  .detail .events #main {
    min-width: 10px !important;
  }
  /* Media */
  /* Detail */
  .media .asset .header {
    height: auto;
  }
  .media .asset .header .actions {
    display: block;
  }
  .media .asset > .header .actions {
    text-align: center;
  }
  /* 50% Listing */
  .media .galleries .video {
    width: 100%;
  }
  /* Gallery Listing */
  .media .assets .item, .media .listing .photo {
    margin: 0 0.5% 0.5%;
    width: 32.5%;
  }
  /* Footer */
  #footer .site {
    display: none;
  }
  #footer .mailing-list {
    float: none;
    clear: both;
    margin: 0 auto;
  }
  /* Store */
  .store #page #main .products .listing {
    margin-top: 35px;
  }
  /* Redoing the functionality of mobile menu */
  #header .client {
    height: auto;
  }
  #header .site a.footerlogo {
    padding: 0 15px;
    display: inline-block;
  }
  #header .footerlogo h1 {
    /* font-family: 'GothicExtended-ExpandedHeavy'; */
    font: 400 18px/1em 'GothicExtended-ExpandedHeavy', serif
  }
  #header .footerlogo img {
    max-width: 280px;
  }
  #header .site .opener {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0 10px;
    width: 100px;
    background: #1C1C1A url('//static.wonderfulunion.net/groundctrl/clients/jimjames/site/reskin-2016/nav_opener_down.png') no-repeat;
    background-position: 80% center;
    background-size: 14px auto;
    font-size: 1.2em;
  }
  #header .site .closer {
    background: #1C1C1A url('//static.wonderfulunion.net/groundctrl/clients/jimjames/site/reskin-2016/nav_opener_up.png') no-repeat;
    background-position: 80%;
    background-size: 14px auto;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 850px) {
  /* Releases */
  .releases .item {
    margin: 0 0 10px;
  }
  .releases .item .left {
    float: none;
    margin: 0 auto;
    min-height: 0 !important;
    width: auto;
    text-align: center;
  }
  .releases .item .content {
    clear: left;
    margin: 4px 0 0 0;
  }
  .releases .item .figure {
    margin: 0 auto 10px;
    max-width: 354px;
    width: auto;
  }
  .releases .item .preview {
    display: none;
  }
  .releases .item .header {
    margin: 0 auto;
    text-align: center;
  }
  .releases .item .item-drop {
    float: none;
    margin: 0 auto 10px;
  }
}

/* New breakpoint for new login button in nav */

@media screen and (max-width: 800px) {
  .social-above {
    position: relative;
    top: -15px;
    left: auto;
    margin: 0;
    width: auto;
    text-align: center;
  }
  .socials li {
    display: inline-block;
    float: none;
  }
  .socials li.facebook {
    margin-right: 0;
  }
  .socials {
    margin: auto;
  }
  /* Header */
  #header .client a.logo {
    position: absolute;
    top: 90px;
    left: 50%;
    float: none;
    margin: 0 0 0 -146px;
  }
  .dashboardLink, #jj_player {
    margin: 10px 0;
  }
}
@media screen and (max-width:720px) {
  /* Socials & Powered */
  #footer .powered.footer-socials {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer .powered.footer-socials .powered {
    float: none;
  }
  #footer .powered.footer-socials .socials {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
  }
  #footer .powered.footer-socials .socials li a {
    opacity: 0;
  }
  #footer .powered .poweredby, #footer .powered a {
    color: #fff;
  }
  /* Copy */
  #footer .copy {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer .coppa.copyright, #footer .nav.terms {
    float: left;
    width: 100%;
    font-size: 11px;
  }
  #footer .terms {
    margin-bottom: 15px;
  }
  #footer .nav.terms li {
    font-size: 11px;
  }
  #footer .terms li.copyright {
    display: block;
  }
  #footer .terms .conditions a:before, #footer .terms .conditions a:after {
    color: #fff;
    content: ' | ';
  }
}
@media screen and (max-width:600px) {
  #header, .home #header {
    overflow: hidden;
    padding-bottom: 0;
  }
  /* mailing list sign-up */
  h3.special-orders {
    width: auto;
  }
  /* Home */
  /* Recent Media */
  .recent.media a {
    width: 49%;
    max-height: 140px;
  }
  .recent.media a:nth-child(1n+3) {
    display: none;
  }
  /* Packages */
  .packages .product {
    display: block;
    float: none;
    clear: left;
    margin: 0 auto 30px auto;
    padding: 5%;
    width: 90%;
    height: 580px;
    text-align: center;
  }
  .packages .product .non-btn-container {
    height: 415px;
  }
  /* News */
  .news .full .item {
    margin: 0 0 10px 0 !important;
    height: auto;
  }
  .news .full .item .figure {
    float: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .news .full .item .figure img {
    width: 100%;
  }
  /* Focus */
  .news .focus .header, .news .focus .details, .news .focus .footer {
    margin-left: 0 !important;
  }
  /* Normal */
  .news .focus .figure, .news .item .footer, .news .normal .header {
    margin: 0;
  }
  .news .normal .header h3.title {
    max-width: 100%;
  }
  .news .normal .details {
    margin: 0;
    width: auto;
  }
  /* Events */
  .events .grid .item {
    margin: 0 0 10px;
    width: 100%;
  }
  /* Media */
  .media .listing .video, .media .assets .item, .media .listing .photo {
    margin: 0 0 10px 0;
    width: auto;
  }
  /* Links */
  #main .links .content li a {
    min-width: 210px;
  }
  #main .links .content {
    column-count: 1;
    column-gap: 10px;
  }
  /* Footer */
  #footer {
    margin: 0 10px;
  }
  #footer .site {
    display: none;
  }
  #footer .terms {
    float: none;
    clear: both;
    width: auto;
    text-align: center;
  }
  #footer .mailing-list {
    float: none;
    width: auto;
    text-align: center;
  }
  #footer .mailing-list .socials {
    float: none;
    overflow: hidden;
    margin: 10px auto;
  }
  #footer .mailing-list .poweredby {
    display: block;
    float: none;
  }
  #footer .mailing-list form {
    display: none;
  }
  /* Socials */
  #footer .socials li {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }
  /* Store */
  .store #header, .store #footer {
    display: block !important;
  }
  /* Main */
  .store #page #main {
    float: none;
    margin: 10px;
    width: auto;
  }
  .store .item.none {
    display: none;
  }
  h3.special-orders {
    width: auto;
    margin: 10px;
  }
  #GC.GC_product .GC_product_purchase .purchase_form .select {
    margin-left: 0;
  }
  /* Store Featured Listing */
  .store #main .featured.products .listing .item {
    margin: 0 0 2%;
    width: 100%;
  }
  #GC.GC_product {
    background-image: none;
  }
  /* Store Regular Listing */
  .store #main .products .listing .item {
    width: 49%;
  }
  .store #main .products .listing .item.third {
    margin: 0 2% 2% 0;
  }
  .store #main .products .listing .item:nth-child(even) {
    margin: 0 0 2% !important;
  }
  /* Store Category Listing */
  .store #main .categories .listing .item {
    width: 49%;
  }
  /* Store Product Detail */
  #GC.GC_product .GC_product_description, #GC.GC_product .GC_product_purchase {
    width: 100%;
  }
  /* Side */
  .store #page #aside {
    float: none;
    clear: both;
    margin: 10px !important;
    width: auto;
  }
  /* Categories */
  .store #aside .listing {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .store #aside .listing .item {
    display: block;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: none;
    background: #1C1C1A;
  }
  .store #aside .listing .item span, .store #aside .listing .item a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Trade Gothic LH', sans-serif;
  }
  .home #header {
    height: 130vw;
  }
  #header .site .opener {
    margin: 0 10px;
    width: 80px;
    padding: 0 10px;
    font-size: 0.9em;
    height: 45px;
    line-height: 45px;
    background-size: 22%;
    background-position: 85% 45%;
  }
  #header .site a.footerlogo {
    font-size: 1.4em;
    padding: 0 15px;
    display: inline-block;
  }
  #header .footerlogo img {
    max-width: 160px;
  }
  /* Header Image */
  .callout-old .header-img {
    top: 300px;
  }
  .header-img h3 {
    font-size: 1.3em;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* Logo */
  #header .site .opener {
    background: url("../img/global/nav_opener_down@2x.png") auto 13px no-repeat #1C1C1A;
    background-size: 14px auto;
    font-size: 1.2em;
  }
  /* mailing list sign-up */
  .topspin-widget-email-for-media {
    background: url("../img/global/mailing-list-bg@2x.png");
    background-size: 966px auto;
  }
}