/**
 * Content
 */





body {
	background-color: #141414;

	color: #3a3a3a;
    border: solid 0px #9f5454;
    overflow: auto;

}

#invertedcursor {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: var(--y, 0);
  left: var(--x, 0);
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: difference;
  transition: transform .2s;
}


.animate__slideInLeft{
	
}

a:active {
	font-style: bold;
   
}

.page a.active {
	font-style: bold;
text-decoration: none;    
}

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

img a:hover {
	border: 3 solid #F85C50;
	padding: 0;
}

ul{
	list-style: circle;
    color: white;
}

ol {
	margin: 0;
	padding: 0 0 0 0em;
}

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

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

.content img {
	float: none;
	margin-bottom: 0.0em;


}

.primg{
	float: none;
	margin-bottom: 0.4em;
    border: solid 4px rgba(248, 92, 80, 0.54);
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.45);
    font-family: "Nitti Grotesk", sans-serif,Icons;
	font-style: normal;
	line-height: 1.3;	
    text-align: left;
}

html {
  cursor: url("https://files.cargocollective.com/c475475/Oval20.png"), auto !important;

}
a {
   cursor: url("https://files.cargocollective.com/c475475/flip.png"), auto !important;
}

.content img {
   cursor: url("https://files.cargocollective.com/c475475/flip.png"), auto !important;
}


.cursor{
	
          mix-blend-mode: difference;

}

.uppercase {
  text-transform: uppercase;
  }
/**
 * Loading Animation
 */

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


video{
	border: solid 2px rgba(135, 135, 135, 0.43);
}
/**
 * Editor styles
 */


.leftnegmargin{
    margin-left: -4em;

}

.rightmargin{
     margin-right: -4em;

}


.pbox{
    border: solid 1px rgba(44, 2, 2, 0);
    border-radius: 2px;
    padding: 0.0em 0.2em 0.7em 0.7em;
    margin: 0.3em;
    display: block;
    background-color: rgba(223, 223, 223, 0.93);
    
}

.pbox:hover{
     border: solid 1px rgba(44, 2, 2, 0);
    border-radius: 2px;
    padding: 0.0em 0.2em 0.7em 0.7em;
    margin: 0.3em;
    display: block;
    background-color: rgba(223, 223, 223, 0.93);
    
    
}


.panel-right{
    	background-color: rgba(27, 9, 3, 1);

 border: solid 1px rgba(255, 255, 255, 0.09);
    padding: 0.0em 0.7em 0.7em 0.7em;
    margin: -0.1em;
    display: block;
}

.roundpanel{
	border-radius: 2em 2em 0em 0em;
    padding: 2em;
   background-color: rgba(27, 9, 3, 1);

    
}

.listbutton{
    border-bottom: solid 1px rgba(207, 207, 207, 0.33);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
width: 100%;
    font-family: "Nitti Grotesk", sans-serif,Icons;
font-size: 1.4rem;
    letter-spacing: 0.1rem;
    background-color: rgba(255, 0, 0, 0);
    text-transform: uppercase;
    padding: 0.5em 0.7em 0.5em 0.5em;
    
    
}

.listbutton:hover {
        color: #1b0903;
background-color: #fff;
    transition-delay: 0.0s;
   
}

.active .listbutton{
background-color: #fff;
    border: solid 1px transparent;
    color: black;
   
}

.animate__slideInLeft{
	
}


.bwrapper{
    padding: 0.0em;
    margin-top: 0.1em;
   
}

.infoblock{
	background-color: rgba(255, 255, 255, 0);
    border: solid 1px rgba(255, 255, 255, 0.36);
    border-radius: 9px;
    padding: 1em;
    font-size: 4vmin;
    
}




/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    border-bottom: solid 1px rgba(96, 95, 95, 1);

    border-top: solid 1px rgba(96, 95, 95, 1);
 
    border-left: none;
     border-right: none;

    cursor: pointer;
  padding:1em;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
    text-transform: uppercase;
        letter-spacing: 0.1rem;
    font-size: 0.7em;
    margin-top: -0.1em;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 .accordion:hover {
  background-color: rgba(255, 255, 255, 1);
color: black;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 1em;
  background-color: #000;
  display: none;
  overflow: hidden;
}



/* Normal weight; Normal style */
@font-face {
    font-family: 'terminal-grotesque';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c475475/terminal-grotesque-webfont.woff') format('woff');
}

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 300;
	color: rgb(120, 120, 120);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: #ffd500;
	padding-bottom: 0.1em;
	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;
}



::selection {
  background: #fff;
   color: black;
}

[data-predefined-style="true"] h1 {
	font-family: "Diatype Variable", sans-serif,Icons;
	padding: 0;
	margin: 0;
	font-size: 4.4rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.85);
	font-style: normal;
	font-weight: 500;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	}

[data-predefined-style="true"] h1-serif {
	font-family: "Guyot Headline", serif, Icons;
	font-style: italic;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 5rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
    text-transform: lowercase;
	}

[data-predefined-style="true"] h1 a {
	color: #b40303;
}

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(198, 198, 198, 0.85);
	font-size: 2.8rem;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

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

[data-predefined-style="true"] h4{
	display: inline-block;
	font-size: 1.5rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
	line-height: 1.6;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 700;
	color: rgb(255, 255, 255);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-family: "Nitti Grotesk", sans-serif,Icons;
	line-height: 1.3;
	background-color: rgba(255, 255, 255, 0);
	font-style: normal;
	font-weight: 500;
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] small a {
	border-bottom-width: 0em;
}

[data-predefined-style="true"] small a:hover {
	color: rgb(0, 15, 199);
	border-bottom-width: 0em;
}

/**
 * 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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: ri /*!text_right*/;
    
   
 
}

[data-css-preset] body {
	background-color: rgb(0, 0, 0) /*!body_bgcolor*/;
}

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

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


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


button{
    cursor: url("https://files.cargocollective.com/c475475/Oval20.png"), auto !important;
background-color: #fff;
    color: #363636;
	font-family: "Monument Grotesk Semi-Mono Variable", Icons;
	font-style: normal;
    font-size: 0.9em;
    padding: 0.6em 1.7em;
    width: auto;
   text-align: left;
     border: solid 1px rgba(255, 255, 255, 0.14);

}


button:hover {

    cursor: url("https://files.cargocollective.com/c475475/Oval20.png"), auto !important;
background-color: #252525;
    color:#fff;
  
    
    
}


.navbuttonr{
background-color: #000;
    color: #fff;
    font-family: "Diatype Variable", Icons;
	font-style: normal;
    font-size: 1.1em;
    padding: 0.5em 0.7em;
    width: 100%;
   text-align: left;
    margin-top: -0.03em;
        margin-left: 0.00em;
    border:solid 1px rgba(207, 207, 207, 0.33);
    border-radius: 0em 20px 20px 0px;
   
	font-weight: 400;	
}

.navbuttonr:hover{
 background-color: #fff;
    color: #1b0903;
	
}

.navbuttonl{
background-color: #000;
    color: #fff;
    font-family: "Diatype Variable", Icons;
	font-style: normal;
    font-size: 1.1em;
    padding: 0.5em 0.7em 0.5em 1.1em ;
    width: 100%;
   text-align: left;
    margin-top: -0.03em;
        margin-left: 0.00em;
    border:solid 1px rgba(207, 207, 207, 0.33);
    border-radius: 20px 0px 0px 20px;
   
	font-weight: 400;	
    
}

.navbuttonl:hover{
 background-color: #fff;
    color: #1b0903;
    transition-delay: 0.2s;
	
}

.navbutton2{
    background-color: #000;
    color: #fff;
    font-family: "Diatype Variable", Icons;
	font-style: normal;
    font-size: 1.1em;
    padding: 0.5em 0.7em;
    width: 100%;
   text-align: left;
    margin-top: -0.03em;
        margin-left: 0.00em;
    border:solid 1px rgba(207, 207, 207, 0.33);
   
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.navbutton2:hover{
        background-color: #fff;
    color: #1b0903;

}


.roundbutton{
border-radius: 10em;
   border:solid 1px #000;

    
}
.roundbutton:hover{
border-color:solid 1px white;
    
}

.workbutton{
	padding: 3em 4em;
    width: 100%;
    margin: 0em 0rem;
    color: white;
    background-color: #cd382d;
    border: none;
    font-size: 2em
    
}

.workbutton:hover{
	padding: 3em 4em;
    width: 100%;
    margin: 0em 0rem;
    color: white;
    background-color: #cd382d;
    border: none;
    font-size: 2em
    
}

.aboutbutton{
	padding: 3em 4em;
    width: 100%;
    margin: 0em 0rem;
    color: white;
    background-color: #cd382d;
    border: none;
    font-size: 2em
    
}
.navbutton{
width: 100%;

      background: rgba(23, 23, 23, 1);
border-right: solid 1px rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    text-transform: none;
    font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
    color: white;
    font-size: 12px;
	font-weight: normal;
    text-align: left;
    padding: 0.9em 0.9em;
    margin-top: 0.0em;
    
    
    
}

.navbutton:hover{
width: 100%;
    color: rgba(0, 0, 0, 1);

      background: rgba(255, 255, 255, 1);


    text-transform: none;
     font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
    font-size: 12px;
	font-weight: normal;
    text-align: left;
    padding: 0.9em 0.9em;
    margin-top: 0.0em;
    

}

.headertitlebox{
	   background: rgba(255, 213, 0, 1);
    padding:0.3em;
       font-family: "VCR OSD Mono",monospace, Icons;
	font-style: normal;
    font-size: 13px;
    color: #000;
        padding: 0.6em 0.9em;
    border-bottom: solid 1px black;

}
.vintagebox{
	margin: 0.5em;
    padding: 1.0em;
    background-color: transparent;
    border:solid 1px #595959;
display: block;
max-width: 100%;
}

.borderlessbox{
    border-left: solid 1px white;
    padding:1em 2.9em;
    background-color: #0400e4;
	font-family: Nitti, Icons;
	font-style: normal;
    font-size: 0.9em;
   display: table;
}

.titledashed{
    margin-top: -1.7em;
    padding:0em 0em;
    background-color: #000;
    font-family: "Monument Grotesk Semi-Mono Variable", Icons;
	font-style: normal;
    font-size: 0.9em;
   display: table;
    color:white;
        text-transform: uppercase;
	font-weight: 500;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

.greybox{
	
        background-color: #c2c2c2;
    color: black;
    padding: 0.7em 0.5em;
    border: solid 1px #602222;

}

.greybg{
	
        background-color: #c2c2c2;
    
 

}

.whitebg{
	background-color: white;
margin: 0em;    
}


.darkbg{
	background-color: #121212;
    margin: -2em;
    padding: 1.7em;
    
}
.databg{
	
        background-color: #86bcc4;
    padding: 1em;
    
}

.listingitem-box{
 	border:solid 1px rgba(255, 255, 255, 1);
padding: 0.5em;
        font-size: 0.8em;
    list-style: square ;

}



/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
  background:#000; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

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

[data-css-preset] [thumbnails-pad] {
    padding: 1.35rem/*!thumbnails_padding*/;
    background-color: #000;
    
    
  
    
}
[data-css-preset] [thumbnails-gutter] {
    margin: -2.7rem/*!thumbnails_padding*/;

}

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

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

}

.thumbnails .thumb_image {
    outline-offset: 0px;
    border: solid 1px #fff;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px rgba(255, 255, 255, 0.34);
display: block;

     
   

}

.thumbnails .thumb_image:hover {
    outline-offset: 0px;
     background-color: #fff;
    border: solid 1px #fff;
}

.thumbnails .title {
      margin-top: 1.3rem;
    margin-bottom: 0.7rem;
    margin-left: 0em;
    font-size: 2.0rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.2;
    text-transform: none;
    letter-spacing: 0.0rem;
    text-align: left;
        background-color: transparent;
    display: table;
}

.thumbnails .title:hover {
      margin-top: 1.3 rem;
    margin-bottom: 0.7rem;
    margin-left: 0em;
    font-size: 2.0rem;
	font-weight: 700;
	color: rgba(214, 255, 19, 1);
	font-family: "Diatype Variable", sans-serif,Icons;
	font-style: normal;
	line-height: 1.2;
    text-transform: none;
    letter-spacing: 0.0rem;
    text-align: left;
        background-color: transparent;
    display: table;
}


.thumbnails .tags {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(251, 251, 251, 0.41);
font-family: "Optician Sans",sans-serif, Icons;
	font-style: normal;
	line-height: 1.2;
    border-radius: 177em;
}

.thumbnails .tags a {
	border-bottom: 0;
    
    color: rgba(255, 255, 255, 0.52);
    text-decoration: blink;
	font-family: "Diatype Variable", sans-serif,Icons;
font-size: 1.1em;
    border: none;
    border-radius: 0em;
    padding-left:0em;
	font-weight: 400;
    padding: 0.5em 0.0em;
}
.thumbnails .tags:hover {
	border-bottom: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: blink;
   font-family: "Terminal Grotesque",sans-serif, Icons;
font-size: 1.1em;
    border: none;
    border-radius: 0em;
    padding-left:0em;
    font-weight: 400;
}

.thumbnails .has_title .tags {
	margin-top: 0.1em;
    text-transform: uppercase;
    font-size: 1.0em;
    letter-spacing: 0.1rem;
    width: auto;
            color: rgba(157, 157, 157, 1);

    
    
    
}
.thumbnails .has_title .tags:hover{
	margin-top: 0.1em;
    text-transform: uppercase;
        color: rgba(157, 157, 157, 1);

    font-size: 1.0em;
    letter-spacing: 0.1rem;
    width: auto;
    
    
    
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {

    color: rgba(112, 112, 112, 1);
    line-height: 1;
    font-size: 29px /*!site_menu_button*/;
    padding: 6px 6px 4px 6px;
   
    line-height: 1;
    background: rgba(35, 35, 35, 0);
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	left: 1rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: 0px;
    font-size: 34px;
    mix-blend-mode: difference;
}

#site_menu_button.custom_icon {
	width: 51px;
    height: auto

}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {


	font-family: Karla, Icons;
	background: rgba(28, 28, 28, 1);
	font-size: 33px;
	font-style: normal;
    line-height: 1;
	font-weight: 200;
	padding: 0em;
	max-width: 409px;
	min-width:10%;
   
	text-align: center;
	display: flex;
	justify-content: flex-start;
}

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

#site_menu .page-link a {

	color: rgba(255, 255, 255, 1);
      transform: rotate(90deg);
    line-height: 7em;
    padding: 0.0em;
}

#site_menu .set-link > a {

	color: rgba(255, 255, 255, 1);
      transform: rotate(90deg);
    line-height: 7em;
    padding: 0.0em;
}

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

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

#site_menu .close {
	display: hidden;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
    padding: 0.5em;
}

body.mobile #site_menu .close {
	display: inline-flex;
	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.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * 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: initial /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

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

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

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


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



.multiply {
	mix-blend-mode: multiply;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

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

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

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

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

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

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

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    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, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}
