html, body {
  height: 100%;
}

body {
  background-image: url(https://s9.limitedrun.com/images/1324669/CleanBackgroundLQ.jpg);
  font-family: 'Montserrat', sans-serif;
  background-repeat: no-repeat;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: color="#63161f";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75em;
  -webkit-font-smoothing: antialiased;
}
 
.content {
  margin-top: 0; 
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding: 2em 1em;
  color:"#63161f";
  padding-top: calc(48px + 2em);
  min-height: 100%;
}

footer {
  /*padding: 2em 0;*/
  font-size: 0.9em;
  background: black;
  position: fixed;
  margin-top: 50px;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

@media only screen and (min-width: 40.063em) {
  .content {
    padding-top: 100px;
  
  }
  .index .content {
    padding-top: 1em;
    padding-bottom: 50em;
  }
}

@media only screen and (min-width: 64.063em) {
  .row {
    max-width: 75%;
    padding-top: 1em;
  }
}



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

h1, h2, h3, h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

h2 a, h3 a, h4 a,
a h2, a h3, a h4 {
  color: white;
}

h1 {
  font-size: 2.4em;
  color: white;
}

h2 {
  font-size: 1.75em;
  margin: 0 0 1em;
  line-height: 1.2em;
  color: white;
}

h3 {
  font-size: 1.5em;
  margin: 0.5em 0;
  color: white;
}

h4 {
  font-size: 1.15em;
  margin: 0.5em 0;
  color: white;
}

h2 small, h3 small, h4 small {
  font-size: 0.75rem;
  display: white;
  font-weight: normal;
  color:white;
}

.subheading {
  display: block;
  font-size: 0.75em;
  margin-top: 50px;
  font-weight: normal;
  color: white;
}

img.heading {
  max-height: 40px;
  margin-bottom: 2em;
}



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

p {
  margin: 0 0 2em;
}

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

ul {
  list-style: none;
}
hg {
  padding-top: 500px;
  padding-bottom: 500px;
}
ol {
  color: #e3dac9;
  list-style-position: inside;
  margin: 0 0 2em;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

select {
  -webkit-appearance: none;
  background: transparent;
	cursor: pointer;
  border-radius: 0;
}

input, textarea, select {
  font: inherit;
  border: 0;
}

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



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

button, .button {
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  margin: 0 0 1em;
  border: 0;
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 2em;
  text-transform: uppercase;
  color: white;
  background: rgba(0,0,0,0.75);
}

button:hover, .button:hover {
  background: black;
}

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

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

.panel {
  background: rgba(0,0,0,0.075);
  padding: 10px;
  margin-bottom: 10px;
}

.full-width {
  width: 60%;
}

.button.action {
  font-size: 1.15em;
  height: 40px;
  line-height: 40px;
  margin: 0.5em 0 1.5em;
}

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

section {
  margin-bottom: 2em;
}

section:last-child {
  margin-bottom: 0;
}

.centered {
  text-align: center;
}



/********************
  MOBILE HEADER
********************/

.mobile-header h1,
.desktop-header h1,
.sidebar h1 {
  width: 125px;
  background: url(https://s9.limitedrun.com/images/1141339/HERO_TYPE_LOGO_copy.png) no-repeat 20% 20%;
  background-size: 100%;
  text-indent: -9999px;
  font-size: 1em;
  margin: 5 auto;
}

.mobile-header {
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: black;
  position: fixed;
  width: 100%;
  z-index: 1;
  text-transform: uppercase;
}

.mobile-header .store-functions {
  position: absolute;
  top: 0; right: 10px;
}

.mobile-header .logo img {
  position: center;
  height: 100%;
  padding: 10px;
}

.mobile-nav {
  position: fixed;
  top: 0; bottom: 0; left: -80%;
  overflow-y: scroll;
  width: 80%;
  transition: left 0.25s;
  padding-bottom: 38px;
  z-index: 100;
  text-align: left;
  background: black;
}

.mobile-nav.open {
  left: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

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

.mobile-nav a, .mobile-nav .label,
.sidebar-nav a, .sidebar-nav .label {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 1em;
  color: white;
}

.mobile-nav .divider {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 1em 0 0;
  padding-top: 1em;
}

.mobile-nav .cart {
  position: fixed;
  bottom: 0; left: - 80%;
  width: 80%;
  transition: left 0.25s;
  background: #111;
}

.mobile-nav.open .cart {
  left: 0;
}

.mobile-nav a,
.desktop-nav a {
  color: white;
}

.mobile-nav a.active,
.mobile-nav a:hover,
.desktop-header a:hover,
.desktop-header a.active {
  background: black;
  color: white;
}

.desktop-nav img,
.mobile-nav img {
  max-height: 15px;
}

/* Nav Toggle */

.nav-trigger {
  position: absolute;
  left: 0;
  height: 48px;
  width: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.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: white;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-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 .nav-trigger span {
  background-color: rgba(255, 255, 255, 0);
}

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

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

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

.nav-is-visible:after {
  content: '';
  display: block;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0,0,0,0.5);
}



/********************
  DESKTOP HEADER
********************/

.desktop-header {
  background: black;
  min-height: 50px;
  line-height: 60px;
  position: fixed;
  width: 100%;
  z-index: 1;
  text-transform: uppercase;
}

.desktop-header li {
  display: inline-block;
}

.desktop-header a {
  display: inline-block;
  padding: 0 1em;
}

.desktop-header .logo {
  margin: 0;
  padding: 0;
}

.desktop-header .logo img {
  padding: 10px 0;
  height: 60px;
}

.desktop-header .logo:hover {
  background: none;
}

.desktop-header .logo.left + nav {
  float: right;
}

.desktop-header .logo.right + nav {
  float: left;
}

.desktop-header .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  min-width: 10em;
  text-align: left;
  background: #111;
}

.desktop-header .dropdown li {
  display: block;
  height: 38px;
  line-height: 38px;
}

.desktop-header .dropdown li a {
  display: block;
  padding: 0 1em;
  color: white;
}

.desktop-header li:hover .dropdown {
  display: block;
}



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

.pagination {
  margin: 1.5em 0;
  text-align: center;
}

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

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

.pagination .page a:hover,
.pagination .auto {
 
}



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

footer, footer a, footer a:hover {
  color: white;
}

footer .icons {
  text-align: right;
}

.icons li {
  display: inline-block;
}

.icons a {
  display: block;
  margin-right: 1em;
}

.icons li:last-child a {
  margin-right: 0;
}

.mailing-list {
  overflow: hidden;
  width: 100%;
}

.mailing-list input[type=email] {
	font: inherit;
	height: 40px;
	line-height: 40px;
	float: left;
	padding-left: 10px;
	width: 70%;
}

.mailing-list input[type=submit] {
  font-size: 1em;
  width: 30%;
}



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

.home-logo {
  margin-top: 4em;
}

.home-logo img {
  width: 75%;
}

.home-nav {
  margin-bottom: 2em;
}

.home-nav li {
  display: inline-block;
  margin: 0 12px;
}

.home-nav img {
  max-height: 25px;
}

.index .icons {
  margin-bottom: 15em;
}



/********************
  PRODUCT GRIDS
********************/

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

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

figure:hover .overlay {
  opacity: 1;
}

figure .overlay div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  padding: 0 1em;
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  [class*="block-grid-"] {
    margin: 0 -15px;
  }
  
  [class*="block-grid-"]>li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: calc(15px * 2);
  }
}

.product-info a {
  color: white;
}

.product-info a:hover,
.product-info a h4:hover {
  color: white;
}

.product-name:after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  margin: 0.25em auto;
  background: white;
}

figure .overlay {
  background: rgba(0,0,0,0);
  color: white;
}

figure .overlay a,
figure .overlay h4 {
  color: white;
}

.product-name:after {
  background: white;
}


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

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

.slider-prev, .slider-next {
  width: 50px;
  text-align: center;
  font-size: 5em;
  font-weight: 300;
  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;
}

.variations select {
  background: white;
  height: 40px;
  padding-left: 5px;
  width: 65%;
}


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

#order table {
  margin-bottom: 40px;
  width: 100%;
}

#order table thead th, #order table tbody td {
  text-align: left;
  vertical-align: top;
}

#order table thead th {
  vertical-align: bottom;
}

#order table tbody td + td {
  text-align: right;
  width: 130px;
}

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

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

#video {
  margin-bottom: 2em;
}