/**
 * Content
 */

body {
	background-color: #f3f3eb !important;
	color: #000;
}

/* fonts */
@font-face {
    font-family: 'Folio-Light';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1255858/folio-light.woff') format('woff');
}

@font-face {
    font-family: 'Century-Os-Italic';
    font-weight: normal;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1255858/century-os-italic.woff') format('woff');
}

@font-face {
    font-family: 'Inconsolata-Semicondensed';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1255858/inconsolata-semicondensed.woff') format('woff');
}

/* left dashed border home */
[local-style="21596144"] .page {
	border-left: 2.4px dashed #000;
	background-color: #f8f25c /*!page_bgcolor*/;
}

a:active {
	color: rgba(255, 0, 0, 1);
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(136, 136, 136, 0.42);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
    vertical-align: top;
}

.gallery_image_caption {
    margin-top: .8rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.07rem;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.07rem;
}

[data-predefined-style="true"] bodycopy a {
	color: #f00;
	padding-bottom: 0.05em;
	border-bottom: 0 solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 8rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 4.2rem;
	line-height: 1.1;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: .7em;
	line-height: 1.3;
	font-family: "Inconsolata-Semicondensed", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	letter-spacing: 0.07rem;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.65);
	border-bottom-width: 0;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #f3f3eb/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0 solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 4.0rem;
    font-size: 2.0rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.64);
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: #f00;
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	bottom: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: inline-block;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: inline-block;
	color: #ff0000;
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: inline-block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.45);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.5rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.45);
	font-style: normal;
    letter-spacing: 0.07rem;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.65);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "TeX Gyre Heros Condensed", Icons;
    font-size: 1.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10rem;
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .8rem 2.6rem .9rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0,0,0,.75)
}

.shop_product .button {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 10rem;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: .9;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "TeX Gyre Heros Condensed", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.5;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 46px;
    width: 46px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #85d1f5;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 1);
    stroke-width: 6.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Audio Player
 */
.music-player{
	padding-left: .1em;
    margin-top: -1.5em;
}

.audio-player {
    max-width: 75rem;
    height: 3.1rem;
    border: 2px solid rgba(0,0,0,1);
    color: rgba(0, 0, 0, 1);
    background: #fbefda;
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: "Folio-Light";
    text-align: left;
    margin: 1px 1px 1em 1px;
    letter-spacing: -.03rem;
    border-radius: 24px;
}

.audio-player .title{
	margin-top: .2em !important;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 2px;
    background-color: rgba(0,0,0,1);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 1);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 1);
    padding: 20%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0);
}

.audio-player .progress {
    background: #f8f25c;
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 1);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 1);
    display: none;
}

.audio-player .current-time {
    padding-left: 1rem;
    margin-top: .5em !important;
}

.audio-player .total-time {
    padding-right: 1rem;
    margin-top: .5em !important;
}

.audio-copyright{
	margin-top: -.8em;
    text-align: right !important;
    margin-right: .7em;
    padding-bottom: 1.5em;
}


/* HOME */
/* left */
.home-intro{
	font-family: "Inconsolata-semicondensed";
    font-size: 1.6em;
    letter-spacing: -.05em;
    position: fixed;
    width: 50%;
    top: 4em;
    padding-right: 1.4em !important;
}

.home-intro p{
	max-width: 17em !important;
}

/* menu for home */
#home-menu{
	font-family: 'Century-Os-Italic';
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -.01em;    
    transform: scaleY(1.15);
    line-height: 1.1em;
    padding-bottom: 1em;
}

#home-menu a:hover{
	color: #ff0000 !important;
}

.menulink:hover{
	transform: scaleY(2.2);
}

#regular-footer{
	font-family: "Inconsolata-Semicondensed";
    font-size: 1.5em;
    letter-spacing: -.05em;
    line-height: 1em;
}

#regular-footer a{ 
	color: #000 !important;
}

#regular-footer a:hover{
	color: #ff0000 !important;
}

#regular-footer a:active{
	color: #ff0000 !important;
}

/* right */
.home-links{
	font-family: "Folio-Light";
    font-size: 1.6em;
    letter-spacing: -.04em;
    line-height: 1.2em; 
    padding-top: 1em;
}

.home-links a{
	color: #000 !important;
}

u {
	text-decoration-thickness: 2.5px;
}

#copyright-timeout{
	font-family: "Folio-Light";
    font-size: 1.6em;
    letter-spacing: -.04em;
   	color: rgba(0, 0, 0, 1);
    padding-left: .7em !important;
    transform: rotate(180deg);
}

#announce-banner{
	text-align: center;
    background-color: #f8f25c;
    height: 1.3em;
    margin-top: 5em;
    border: 2px dashed black;
    width: 34em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3.5em;
}

#announce-banner .tooltiptext{
	background-color: rgba(0, 0, 0, 0);
    border: 0px;
    margin-left: -6em !important;
    margin-top: -3.5em;
}

.sale-info .tooltiptext {
  font-family: "Inconsolata-Semicondensed";
  visibility: hidden;
  width: 12em;
  left: 12em;
  background-color: #f3f3ec !important;
  color: #079f54 !important;
  text-align: left;
  border: 3px dotted #079f54 !important;
  padding: .6em .2em .6em .6em !important;   
}

.announce-banner{
	height: 1em !important;
    font-size: .6em;
    margin-top: -2.55em;
}

#announce-banner img{
	width: 9em !important;
}

/* SHOP ALL PRODUCTS */
/* product title and artist/volume */
.items-title{
	font-family: "Folio-Light";
    letter-spacing: -.04em;
    font-size: .75em; 
}

/* add to cart and price */
.items-cart{
	font-family: "Inconsolata-Semicondensed";
    font-size: 1.05em;
    color: #7b85e4 !important;
    margin-top: -1.0em !important;
}

#sale-price::before{
	content:"(-10%)";
    color: #079f54;
    text-decoration: none !important;
    display: inline-block;
}

#sale-15::before{
	content:"(-15%)";
    color: #ffbc5a;
    text-decoration: none !important;
    display: inline-block;    	
}

#sale-20::before{
	content:"(-20%)";
    color: #e76741;
    text-decoration: none !important;
    display: inline-block;    	
}

#sale-30::before{
	content:"(-30%)";
    color: #ff0000;
    text-decoration: none !important;
    display: inline-block;    	
}

#sale-5::before{
	content:"(-$5)";
    color: #ff0000;
    text-decoration: none !important;
    display: inline-block;  
}

#aboutleft{
	border-left: 2px solid black !important;
    height: 24.5em;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

#sale-price{
	color: #079f54 !important;
    border: 2px dotted #079f54;
    text-decoration: line-through;
}

#sale-15{
	color: #ffbc5a !important;
    border: 2px dotted #ffbc5a;
    text-decoration: line-through;
}

#sale-20{
	color: #e76741 !important;
    border: 2px dotted #e76741;
    text-decoration: line-through;
}

#sale-5{
	color: #ff0000 !important;
    border: 2px dotted #ff0000;
    text-decoration: line-through;	
}

#sale-30{
	color: #ff0000 !important;
    border: 2px dotted #ff0000;
    text-decoration: line-through;	
}

.soldout{
    color: #ff0000 !important;
}

#soldout .items-cart{
    color: #ff0000 !important;
}

#restock .items-cart{
	color: #079f54 !important;
}

#restock .items-cart:hover{
	color: #7b85e4 !important;
}

#restock .items-cart:hover span{
	display: none;
}

#restock .items-cart:hover:before{
	content: "Add To Cart";
}

#restock-btn .btn-text{
	color: #079f54 !important;
}

#restock-btn .btn-text:hover{
	color: #7b85e4 !important;
}

#restock-btn .btn-text:hover span {
  display: none;
}

#restock-btn .btn-text:hover:before {
  content: "Add to Cart";
}

/* image thumbnail */
.items-image{
	max-width: 12em;
    border-radius: 15px;
	margin-top: -20px;
}

.long-title-cart-desktop{
		margin-top: -3.2em !important;
	}
    
.long-price-desktop{
		margin-top: .6em !important;
	}

/* outline system */
.each-item{
	padding-top: .9em !important;
}

hr.items-bottom{
	border-top: 2px solid black !important;
    width: 106.5%;
    margin-left: -.45em !important;
    margin-top: 44px;
}

.items-title{
	border-left: 2px solid black;
    height: 24.4em;
}

.items-right{
	border-right: 2px solid black;
    height: 24.3em;
}



.products-all{
	max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em !important;
    padding-bottom: 16em !important;
    height: 100vh;
    padding-right: 30px;
    padding-left: 40px;
  	overflow-y: scroll;
}


.products-title h2{
	font-family: "Folio-Light";
    font-size: 1.8em;
    color: #ff0000;
    letter-spacing: -.04em;
    padding-bottom: .6em;
    margin-bottom: 1em;
    text-decoration: underline;
    text-decoration-thickness: 2.5px;
    border: 2px dashed #ff0000;
    padding: .1em 0 0 .1em;
}

.products-newin h2{
    font-family: "Folio-Light";
    font-size: 1.3em;
    color: #000000;
    background-color: #fbefda;
    letter-spacing: -.04em;
    margin-bottom: 1em;
    text-decoration: underline;
    text-decoration-thickness: 2.5px;
    border: 2.5px dotted #000000;
    padding: .1em 0 0 .1em;
}

#newin{
	width: 3.6em;
    height: 1.5em;
}

#newin-date{
	width: 5.25em;
    height: 1.5em;
    margin-top: -2.49em;
    margin-left: 3.8em;
    background-color: rgba(0, 0, 0, 0);
}

#newin-date-summer{
	width: 6.1em;
    height: 1.5em;
    margin-top: -2.49em;
    margin-left: 3.8em;
    background-color: rgba(0, 0, 0, 0);
}

#newin-date-fall{
	width: 5.8em;
    height: 1.5em;
    margin-top: -2.49em;
    margin-left: 3.8em;
    background-color: rgba(0, 0, 0, 0);
}

#newin-date-winter{
	width: 5.3em;
    height: 1.5em;
    margin-top: -2.49em;
    margin-left: 3.8em;
    background-color: rgba(0, 0, 0, 0);
}

#item-date{
	width: 5.25em;
    height: 1.5em;
    background-color: rgba(0, 0, 0, 0);
}

#item-date-winter{
	width: 5.35em;
    height: 1.5em;
    background-color: rgba(0, 0, 0, 0);
}

#item-date-summer{
	width: 6.1em;
    height: 1.5em;
    background-color: rgba(0, 0, 0, 0);
}

#item-date-fall{
	width: 5.8em;
    height: 1.5em;
    background-color: rgba(0, 0, 0, 0);
}

#new-end{
	margin-bottom: 2.5em;
}

#records-title{
	width: 3.7em;
}

#sunday-title{
	width: 4.05em;
}

#secret-sale-title{
	width: 8.085em;
    margin-left: auto;
    margin-right: auto;
}

#best-of-title{
	width: 5.5em;
    margin-top: .3em;
}

iframe{
	border-radius: 14px;
}

#print-title{
	width: 2.1em;
}

#merch-title{
	width: 2.9em;
}

.products-title.print{
	margin-top: 5.5em;
    margin-bottom: -.7em;
}

/* PRODUCT DETAIL */
.two-column-bottom-mobile{
	display: none;
}

h1.product-title{
	font-family: 'Century-Os-Italic';
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.3em;
    letter-spacing: -.01em;
    transform: scaleY(1.1);

}

h2.product-secondary{
	font-family: "Folio-Light";
    font-size: 1.3em;
    letter-spacing: -.03em;
}

.all-products-link{
	color: #000 !important;
}

.addtocart-btn{
	border: 2px dashed #000;
    width: 10em !important;
    border-radius: 44px;
}

.addtocart-btn:hover{
	background-color: #f8f25c;
}

.btn-text{
	text-align: center;
    padding-top: .4em;
    padding-bottom: .3em;
    font-family: "Inconsolata-Semicondensed";
    font-size: 1.05em;
    color: #7b85e4 !important;
	letter-spacing: -.01em;
}

#soldout-btn .btn-text{
	color: #f00 !important;
}

#soldout-btn {
	border: 2px dashed #f00 !important;
}

#soldout-btn:hover{
	background-color: rgba(0, 0, 0, 0);
}



.mobile-enter{
	display: none;
}

/* two column outline system */

hr.two-column-bottom{
	border-top: 2px solid black !important;
    width: 101.5%;
    margin-left: -.19em !important;
    margin-top: 1.9em;
}

.product-id{
	border-left: 2px solid black;
    border-right: 2px solid black;
    height: 9.75em;
    padding-left: .35em;
    padding-top: .3em;
    padding-right: .35em;
    margin-bottom: .4em;
}

.product-description{
	border-left: 2px solid black;
    border-right: 2px solid black;
	height: 16em;
    padding-left: .35em;
    padding-right: .43em;
}

#aboutright {
	border-left: none !important;
    padding-left: 0em !important;
    
}
.product-description p{
    font-family: "Folio-Light";
    font-size: 1.2em;
    letter-spacing: -.03em; 
    padding-bottom: 1.5em;
}

.product-description a{
	color: #000 !important;
    border: 2px dashed #000 !important;
    padding: 4px 4px 0 4px;
    background-color: #fbefda;
}

.product-paragraph{
	height: 16em;
    overflow-y: scroll;
    padding-right: .6em;
}

.longer-title{
	padding-top: 1em;
}

.paragraph-home{
	height: 60vh;
}

.detail-images{
	padding-top: 1.3em;
    margin-top: 1.05em;
    margin-left: -1em;
    border-right: 2px solid black;
	height: 26.15em;
}

.detail-images:hover{
	cursor: pointer;
}

.products-individual{
	max-width: 1340px;
    margin-top: 5em !important;
    margin-left: auto;
    margin-right: auto;
}

.products-individual img{
	max-width: 500px;
    max-height: 601px;
    border-radius: 20px;
}

/*  tooltip */

.tooltip {
  position: relative;
  display: inline-block;
  font-family: "Folio-Light";
  font-size: 1.2em;
  letter-spacing: -.03em;  
  padding-top: 1em;
  margin-bottom: -1em;
  cursor: pointer !important;
}

.tooltip .tooltiptext {
  font-family: "Inconsolata-Semicondensed";
  visibility: hidden;
  width: 12em;
  background-color: #fbefda;
  color: #000;
  text-align: left;
  border: 2px dashed #000;
  padding: .6em .4em .6em .4em;   
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 90%;
  margin-left: 0em;
}

.tooltip:hover .tooltiptext {
  visibility: visible; 
}

#contact-3 .tooltip {
	padding-top: 0 !important;
}

#contact-3 .tooltip .tooltiptext {
  width: 12em;
  border: none !important;
  background-color: rgba(0, 0, 0, 0);
  padding: .6em .4em .6em .4em;   
  font-size: 1.3em !important;
  top: 40%;
  margin-left: -.55em;
}

#contact-3 small{
	color: #7b85e4 !important;
    transform: rotate(180deg);
    
}

#contact-3 .tooltiptext a{
	color: #7b85e4 !important;
}

.records-info{
	margin-top: -1em !important;
}

.album-titles{
	text-decoration-style: dashed;
    text-decoration-thickness: 2.1px;
}






/* IMAGE ON HOVER */
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

/*dropup menu*/

.dropup-menu, .dropbtn{
	color: red !important;
    position: relative;
  	display: inline-block;
  	cursor: pointer !important;
    font-family: "Inconsolata-Semicondensed";
    font-size: 1.5em;
    letter-spacing: -.05em;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.dropbtn{
	font-size: 1.2em !important;
    margin-left: -.1em;
    bottom: -.1em;
}

.cartlink{
    border: 2px dashed black;
    width: 1.8em;
    padding-left: .03em;
    height: 1em;
    background-color: #fbefda;
    font-family: "Inconsolata-Semicondensed", Icons;
}

.cartlink-home{
	border: 2px dashed black;
    width: 3em;
    height: 1.1em;
    margin-bottom: .25em;
    padding-top: .1em;
    padding-left: .08em;
}

.cartlink-home:hover{
	border-color: #ff0000;
}

.mobilecart{
	padding-left: .08em;
    width: 1.9em;
    margin-bottom: -1em;
}

.cartlink:hover{
	transform: scaleY(1) !important;
    background-color: #f8f25c;
}

#cartlink a:hover{
	color: #000 !important;
}

.dropup-items {
  display: none;
  position: absolute;
  z-index: 1;
  margin-left: 0em;
  bottom: 1.2em;
  width: 12em;
}

.dropup-items a{ 
	color: #000 !important;
}

.dropup-items a:hover{
	color: #ff0000 !important;
}

.dropup-items a:active{
	color: #ff0000 !important;
}

.dropup-menu:hover .dropup-items{
  display: block !important; 
}


/*CONTACT PAGE*/
#contact-1{
	height: 5.5em !important;
}

#contact-1 hr{
	margin-top: 1.2em;
}

#contact-2{
	height: 3.5em !important;
}

#contact-2 h2{
	padding-top: .5em;
}

#contact-2 hr{
	margin-top: 1.3em;
}

#contact-3{
	height: 3.5em !important;
}

#contact-3 h2{
	padding-top: .5em;
    font-size: 1.1em !important;
}



/*RESPONSIVE DESIGN BEGINS*/

@media only screen and (min-height: 1050px){
	[local-style="21596144"] .page {
        border-left: 3px dashed #000;}
    
    .items-image{
		max-width: 10em !important;
	}
    
    .items-title{
		max-height: 21.65em;
        border-left: 3px solid black;
	}
    
    #announce-banner{
        border: 3px dashed black;
	}
    
    #announce-banner .tooltiptext{
        border: 0px !important;
    }
    
    .products-title h2{
		border: 3px dashed #f00;
	}
    
    hr.items-bottom{
		height: 3px !important;
        width: 11.5em;
        margin-left: -.5em !important;
	}
    	
    .long-title-img-desk{
        margin-top: -2.05em !important;
	}
    
    .items-right{
		border-right: 3px solid black !important;
	}
    
    .audio-player {
    	border-radius: 50px;
        border: 3px solid black !important;
    }
    
    .audio-player .separator {
		width: 3px !important;
	}
    
    hr.two-column-bottom{
		border-top: 3px solid black !important;
	}
    
    .product-id{
		border-left: 3px solid black !important;
        border-right: 3px solid black !important;
	}
    
    .product-description{
		border-left: 3px solid black !important;
        border-right: 3px solid black !important;
	}
    
    .detail-images{
		border-right: 3px solid black !important;
	}
    
    .addtocart-btn{
		border: 3px dashed black !important;
	}
  
    
    u, .album-titles{
		text-decoration-thickness: 3px;
	}
    
    .tooltiptext{
		border: 3px dashed black !important;
	}
    
    ::-webkit-scrollbar-thumb {
		border: 3px solid #000 !important;
	}
    
    ::-webkit-scrollbar{
		width: 18px !important;
	}
    
    #aboutleft{
		border-left: 3px solid black !important;
	}
    
    .products-individual img{
		margin-top: 3em !important;
	}
    
}

@media only screen and (max-width: 1300px){
    
    #logo-header img{
		width: 17em !important;
        height: auto !important;
	}
    
    #home-menu{
		font-size: .9em;
	}
    
    /*PRODUCTS ALL*/
    .items-image{
		max-width: 10em;
	}
    
    .items-title{
		height: 21.9em !important;
	}
    
    .products-all{
		width: 110% !important;
        margin-left: -2em;
	}
    
    #announce-banner{
        margin-top: 5em;
        width: 30em;
        margin-bottom: -3.5em;
    }

    #announce-banner .tooltiptext{
        margin-left: -4.5em !important;
        margin-top: -3.5em;
    }

    .announce-banner{
        height: 1em !important;
        font-size: .7em;
        margin-top: -2.2em;
    }

    #announce-banner img{
        width: 8em !important;
    }
    
    
    /*PRODUCTS DETAIL*/
    .product-description p, .tooltip, .tooltiptext{
		font-size: 1em !important;
	}
    
    .detail-images img{
		max-width: 15em !important;
        height: auto !important;
        margin-top: 2em !important;
	}
    
    .product-title, .product-secondary{
	 font-size: 1.3em !important;
	}
    
    #contact-3 h2{
      padding-top: .5em;
      font-size: 1.4em !important;
	}
    
}

@media only screen and (max-width: 1180px){
	/*CONTACT PAGE*/
	#contact-2 hr{
		margin-top: 0em;
	}
    
    .long-title-cart{
		margin-top: -3.2em !important;
	}
    
    .long-price{
		margin-top: .6em !important;
	}
}

@media only screen and (max-width: 1080px){
	#logo-header img{
		width: 16em !important;
        height: auto !important;
	}
	
    
    /*PRODUCTS ALL*/
    .items-image{
		max-width: 9em;
	}
    
    .items-title{
		height: 20.9em !important;
        font-size: .7em;
	}
    
}

@media only screen and (max-width: 952px){
	#logo-header img{
		width: 15em !important;
        height: auto !important;
	}
    /*PRODUCTS ALL*/
    [grid-col=x9]{
		width: 50% !important;
	}
    
    .items-image{
		max-width: 12em !important;
	}
    
    .items-title{
		height: 24.6em !important;
        font-size: 1em;
        margin-top: .5em;
	}
    
    hr.items-bottom{
		margin-left: -.35em !important;
        width: 105%;
        margin-top: 2.5em;
	}
    
    #announce-banner{
    	display: none;
    }
  
    
    .items-mobile-right{
		border-right: 2px solid black;
        height: 24.6em !important;
	}
    
    .items-right{
    	height: 24.6em !important;
	}
    
    .each-item{
		padding-top: .45em !important;
	}
    
    /*PRODUCT DETAIL*/
    .tooltip .tooltiptext {
        width: 10em;
    }
    
    .products-individual{
    	margin-left: -2.5em !important;
        margin-right: -2.5em !important;
    }
    
    .two-column-bottom{
		margin-top: 1.9em !important;
	}
    
    .addtocart-btn{
	   width: 8em !important;
	}
    
    /*CONTACT*/
    #contact-1{
        height: 5.8em !important;
    }

    #contact-1 hr{
        margin-top: 1.5em !important;
    }

    #contact-2{
        height: 4.2em !important;
    }

    #contact-2 hr{
        margin-top: 2em !important;
    }

    #contact-3{
        height: 4.2em !important;
    }
  
}


@media only screen and (max-width: 880px){
	
   	#logo-header img{
		width: 13em !important;
        height: auto !important;
	}
    
    #home-menu{
		font-size: .8em;
	}
    
    .home-links{
		font-size: 1.3em !important;
	}
    
    .home-intro{
        font-size: 1.5em;
        width: 50%;
        
    }
    
    
    /*PRODUCTS ALL*/
    .items-image{
		max-width: 10.5em !important;
	}
    
    .items-title{
		height: 21.3em !important;
        font-size: .95em;
        margin-top: .5em;
	}

    hr.items-bottom{
        margin-top: 1em;
        margin-left: -.35em !important;
        width: 105%;
	}
    
    
    .items-mobile-right{
        height: 21.3em !important;
	}
    
    .items-right{
    	height: 21.3em !important;
	}
    
    .products-all{
		width: 110% !important;
        margin-left: -1.5em;
	}
    
    /*PRODUCT DETAIL*/
    .two-column-bottom{
		margin-top: 1.9em !important;
	}
    
}

@media only screen and (max-width: 806px){
	.long-title-img{
        margin-top: -2.55em !important;
	}
}

@media only screen and (max-width: 770px){
	.mobile-logo img{
		max-width: 16em !important;
        height: auto !important;
        padding-left: .5em;
        padding-bottom: 1em !important;
	}
    
    .mobile-logo-2 img{
		max-width: 16em !important;
        height: auto !important;
        padding-right: .5em;
        padding-bottom: 0 !important;
	}
    
    .home-intro{
       font-size: 1.5em;
       width: 100%;
       top: 2.5em !important;
       padding-left: 1em !important;
       text-align: center !important;
    }
    
    .mobile-enter{
        display: block !important;
        border: 2px solid #f00;
        border-radius: 22px;
        width: 5.2em;
        margin-left: auto;
        margin-right: auto;
        margin-top: -3em;
        color: #f00;
    }
    
    #mobile-enter a:hover{
		color: #000 !important;
        cursor: pointer !important;
	}
    
    #mobile-enter:hover{
		border-color: #000 !important;
        background-color: #fbefda;
	}

	.mobile-enter-text{
        font-size: .8em;
        padding: 0 .15em;
	}
    
    .products-all{
		margin-top: 0em !important;
        padding-top: 4em;
	}
    
   .home-links{
		font-size: 1.5em !important;
       padding-left: 0em;
       padding-top: .8em;
       text-align: center !important;
       line-height: 1.35em;
	}
   
    
    [local-style="21596144"] .page {
        position: fixed;
		border-left: none !important;
    	border-top: 2.4px dashed #000 !important;    
    	margin-top: 35em !important;
	}
    
    [local-style="21596144"] p{
		margin-top: -1em;
	}
   
    
    /* mobile menu */
    .mobile-menu{
		padding-left: 1.2em !important;
        padding-bottom: 2.2em !important;
        font-size: 1.3em;
        line-height: 1em;
	}
    
    .mobile-menu #copyright-timeout{
		font-size: .8em !important;
        margin-bottom: 2em !important;
	}
    
    
    
    /*PRODUCT DETAIL*/ 
    [grid-col=x11]{
		width: 100% !important;
	}
    
    .products-individual{
    	margin-left: -18px !important;
        margin-right: -18px !important;
    }
    
    .addtocart-btn{
	   width: 10em !important;
	}
    
    .product-title, .product-secondary{
	 font-size: 1.6em !important;
	}
  
    
    .product-description p, .tooltip, .tooltiptext{
		font-size: 1.2em !important;
	}
  
    
    hr.two-column-bottom{
		margin-top: 1.2em !important;
	}
    
    hr.two-column-bottom-mobile{
        display: inline-block !important;
		border-top: 2px solid black !important;
        margin-top: -2em !important;
        padding-top: 0 !important;
        margin-left: 0.2em !important;
        width: 98%;
	}
    
    .detail-images{
		border-left: 2px solid black !important;
		margin-left: 0em;
        margin-top: -1.5em !important;
    }
    
    .detail-images img{
		max-width: 19em !important;
        margin-top: .2em !important;
	}
    
    #aboutleft{
		height: 26em;
	}
    
    #aboutleft img{
		margin-top: 0 !important;
	}
    
    #aboutright{
		margin-top: -1.3em !important;
        border-left: 2px solid black !important;
	}
    
    /*CONTACT*/
    #contact-1{
        height: 7em !important;
    }

    #contact-1 hr{
        margin-top: 1.7em !important;
    }

    #contact-2{
        height: 4.9em !important;
    }

    #contact-2 hr{
        margin-top: 2.2em !important;
    }

    #contact-3{
        height: 4.9em !important;
    }
      
}


@media only screen and (max-width: 601px){
    #contact-2 hr{
        margin-top: 2.3em !important;
    }
    
}

@media only screen and (max-width: 575px){
    /*PRODUCTS ALL*/
    .items-image{
		max-width: 11.7em !important;
	}
    
	bodycopy{
		margin-left: -10px !important;
        margin-right: -20px !important;
        max-width: 107.5% !important;
	}
    
    [data-page-id="21596142"]{
		overflow: hidden !important;
	}
    
     .home-intro{
       font-size: 1.5em;
       width: 100%;
       top: 2.3em !important;
       padding-left: 1em !important;
       padding-right: .4em !important;
       line-height: 1.25em;
    }
    
    .mobile-enter{
		margin-top: -3em;
	}
    
    .home-links{
		padding-left: 0em;
	}
    
    [local-style="21596144"] .page {    
    	margin-top: 35em !important;
	}
    
    .mobile-logo img{
		margin-left: 18px !important;
	}
    
    .mobile-logo-2 img{
		margin-right: 20px !important;
	}
    
    .items-title{
		height: 23.25em !important;
        font-size: .77em;
        margin-top: .5em;
	}
    
    .items-mobile-right{
        height: 23.25em !important;
	}
    
    .items-right{
    	height: 23.25em !important;
	}
 
    
    hr.items-bottom{
        margin-top: 1.7em;
        margin-left: -.5em !important;
        width: 107%;
	}
    
    .long-title-cart-mobile{
		margin-top: -3.2em !important;
	}
    
	.long-price-mobile{
		margin-top: .6em !important;
	}
    
    .and-long-title-cart-desktop{
		margin-top: -3.6em !important;
	}
    
	.and-long-price-desktop{
		margin-top: -.5em !important;
	}
    
    h2.and-product-secondary{
		line-height: .9em !important;
    	padding-top: .2em;
        padding-bottom: .2em;
	}

    
    /*PRODUCT DETAIL*/
    .products-individual{
    	margin-left: 0 !important;
        margin-right: 12px !important;
    }
    
    hr.two-column-bottom{
		margin-top: 1em !important;
	}
 
}

@media only screen and (max-width: 550px){
    .items-image{
		max-width: 11.25em !important;
    }
    
    .items-title{
		height: 22.7em !important;
        font-size: .77em;
        margin-top: .5em;
	}
    
    .items-mobile-right{
        height: 22.7em !important;
	}
    
    .items-right{
    	height: 22.7em !important;
	}
 
    
    hr.items-bottom{
        margin-top: 1.98em;
        margin-left: -.5em !important;
        width: 108%;
	}
    
    	bodycopy{
		margin-left: -19px !important;
        margin-right: -20px !important;
        max-width: 111.5% !important;
	}
}


