#navbar {
  position: fixed;
    width: 100%;
    padding: 2rem;
  	top: 0;
    left: 0;
  transition: top 0.4s;
}


.logo-path-ys{
    fill:none;
    stroke:#000000;
    transform:translate(-765.865 -894.556); 
    stroke-width:6Pt;
}

.yellow .logo-path-ys{
    fill:none;
    stroke: #EEBC32!important;
    transform:translate(-765.865 -894.556); 
    stroke-width:6Pt;
}

.yellow .clockys {
    border: solid 1px #EEBC32!important;
    border-radius: 100px;
    padding: 1% 2%;
}



/* ARTIST PAGE MOBILE ADJESTMENTS*/
@media only screen and (max-width: 768px) {
.pinned .page_container.overlay.fixed {
    position: relative!important;
}
.pinned {
    height: 100%!important;
}
    
    .desktop-only{
	display: none!important;
}
    
    .logo {
	width: 25%!important; 
    height: 25%!important; 
      }
   
    .logo-path-ys{
    stroke-width:8Pt;
}
    
     .push-down{
	margin-top:27.5%!important;
}
    
}

@media only screen and (min-width: 768px) {
.page_container.overlay.fixed > .page_background {
    background-color: transparent;
}
}


/*LINKS*/
bodycopy a{
  position: relative;
  color: currentColor;
  text-decoration: none;
}

a:hover {
  color:currentColor;
}

a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color:currentColor;
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.3s ease-in-out 0s;
}

/*REMOVE UNDERLINE EFFECT FROM GALLERY IMAGE LINKS*/
a:hover::before{
  visibility: hidden;
  transform: scaleX(0);
}

h1>::before, h2>a::before, a[rel="home_page"]::before, a#site_menu_button::before, a.gallery_card::before{
	display: none!important;
      visibility: hidden!important;
  transform: scaleX(0)!important;
  transition: none!important;
}

h1>a:hover::before, h2>a:hover::before, a[rel="home_page"]:hover::before, a#site_menu_button:hover::before, a.gallery_card:hover::before{
	display: none!important;
      visibility: hidden!important;
  transform: scaleX(0)!important;
  transition: none!important;
}

/* REMOVE ARCHIVE PAGE LINKS UNDERLINE*/
[data-page-id="15799758"] a:hover::before, [data-page-id="15799758"]  a::before{
	display: none!important;
      visibility: hidden!important;
  transform: scaleX(0)!important;
  transition: none!important;
}


.push-down{
	margin-top:7.5%;
}

/*REMOVE UNDERLINE EFFECT FROM button showcase LINKS*/

.showcase a::before{
	display: none!important;
      visibility: hidden!important;
  transform: scaleX(0)!important;
  transition: none!important;
}

.showcase a:hover::before{
	display: none!important;
      visibility: hidden!important;
  transform: scaleX(0)!important;
  transition: none!important;
}


/*LIGHT LOGO OVER VIDEO PAGES*/
.absolute-header{
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 2% !important;
}

/*BRICKWALL BLEND*/
.blend-me{
    mix-blend-mode: multiply;
}

/*COLOR CLASSES*/
.white{
    color: white!important;
}
.black{
    color: black!important;
}
.red{
    color: #C92929!important;
}
.yellow {
	color: #EEBC32!important;
}
.lightpurple{
    color: #D2C0DE!important;
}
.taupe{
    color: #EAE2CF!important;
}
.blue{
    color: #B9D9E5!important;
}
.darkblue{
    color: #001948!important;
}
.brown {
	color: #261F1D!important;
}
.green {
	color:#DEE9BB!important;
}
.orange {
	color:#EF5F15!important;
}

/* button styles*/
.basicBox{
  width: 130px;
  height: 65px;
  margin: 15px auto;
  font-size: 1.15rem;
  line-height: 65px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.buttonlong{
  width: 230px;
}

.button-left{
	  text-align: center;
  position: absolute;
}

.basicBox svg {
  position: absolute;
  top: 0;
  left: 0;

}
.basicBox svg rect, .basicBox svg path, .basicBox svg polyline {
  fill: none;
  stroke: #000;
  stroke-width: 1.5;
}

.basicBox:hover svg rect{
  stroke: #000;
}

/* Basic Box */
svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
  stroke-width: 2;
  stroke-dasharray: 35, 245;
  stroke-dashoffset: 38;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}


/* EXTRA HEADINGS*/
h3 {
	font-family: "Halibut Serif Regular", Icons;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 4.5rem;
    letter-spacing: -0.1rem;
	line-height: 1.1;
}

/* back to ys */
.backtoys{
 display: flex;
  height: 95vh;
  align-items: flex-end;
}

/* LOGO and animation*/

.logo:hover {
  stroke-dasharray: 800;
  stroke-dashoffset: 500;
  animation: dash 1.5s linear alternate infinite;
}


@keyframes dash {
  from {
    stroke-dashoffset: 550;
  }
  to {
    stroke-dashoffset: 0;
  }
}


.aboutys {
	background:#f5f2ec;
    	  display: flex;
  align-items: center!important;
  justify-content: center;
  height: auto;
}

/* COLORED SECTIONS*/
section{
      height: 100vh;
  width: 100vw;
  display:inline-block;
}

/*
.homepage div[data-container="page"]:first-of-type { 
    height: 92vh; 
}*/

.showcase-expo:only-of-type { 
    height: 92vh; 
}

.showcase {
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase p, .showcase-custom p, .aboutys p, .clockys, .backtoys {
	font-size: 1.4rem;
    line-height: 1.6;
}

/*YELLOW SHOW BLOCK*/
.showyellow {
	background: #eebc32;
}

.showyellow h1, .showyellow p, .showyellow a, .showyellow h3, .showyellow h2, .showyellow, .showyellow .basicBox svg rect{
	color: #261f1d!important;
    stroke: #261f1d!important;
}

/*BROWN SHOW BLOCK*/
.showbrown {
	background: #261f1d;
}

.showbrown h1, .showbrown p, .showbrown a, .showbrown h3, .showbrown h2, .showbrown, .showbrown .basicBox svg rect{
	color: #eebc32!important;
    stroke: #eebc32!important;
}

/*BLUE DARK SHOW BLOCK*/
.showdarkblue {
	background: #001948;
}

.showdarkblue h1, .showdarkblue p, .showdarkblue a, .showdarkblue h3, .showdarkblue h2, .showdarkblue, .showdarkblue .basicBox svg rect{
	color: #DEE9BB!important;
    stroke: #DEE9BB!important;
}

/*GREEN SHOW BLOCK*/
.showgreen {
	background: #abb9c7;
}

.showgreen h1, .showgreen p, .showgreen a, .showgreen h3, .showgreen h2, .showgreen, .showgreen .basicBox svg rect{
	color: #001948!important;
    stroke: #001948!important;
}

/*RED SHOW BLOCK*/
.showred {
	background: #c92929;
}

.showred h1, .showred p, .showred a, .showred h3, .showred h2, .showred, .showred .basicBox svg rect{
	color: #B9D9E5!important;
    stroke: #B9D9E5!important;
}

/*LIGHT bluw SHOW BLOCK*/
.showblue {
	background: #b9d9e5;
}

.showblue h1, .showblue p, .showblue a, .showblue h3, .showblue h2, .showblue, .showblue .basicBox svg rect{
	color: #c92929!important;
    stroke: #c92929!important;
}

.text-red h1, .text-red p, .text-red a, .text-red h3, .text-red h2, .text-red, .text-red .basicBox svg rect{
	color: #c92929!important;
    stroke: #c92929!important;
}

/*ORANGE SHOW BLOCK*/
.showorange {
	background: #ef5f15;
}

.showorange h1, .showorange p, .showorange a, .showorange h3, .showorange h2, .showorange .basicBox svg rect, .showorange{
	color: #D2C0DE!important;
    stroke: #D2C0DE!important;
}

/*PURPLE SHOW BLOCK*/
.showpurple {
	background: #D2C0DE;
}

.showpurple h1, .showpurple p, .showpurple a, .showpurple h3, .showpurple h2, .showpurple .basicBox svg rect, .showpurple{
	color: #ef5f15!important;
    stroke: #ef5f15!important;
}


/*
.showred {
	background: #EA574C;
}

.showgreen {
	background: #b8d3ca;
}

.showpink {
	background: #f4b9b5;
}

.showred  h1, .showred p, .showred a, .showred h3, .showred h2, .showred{
	color: #d9d9f0!important;
}

.showred h1, showgreen h1, showpink h1, .showpink{
	text-align: center!important;
}

.showgreen h1, .showgreen p, .showgreen a, .showgreen h3, .showgreen h2, .showgreen{
	color: #9958bf!important;
}

.showpink  h1, .showpink p, .showpink a, .showpink h3, .showpink h2, .showpink{
	color: #3131D3!important;
}

*/
@media only screen and (min-width: 768px) {
h1 {
	font-size: 7rem!important;
}
    .showcase h1, .showcase-custom h1 {
        font-size: 9rem!important;
}
    
h1.druk {
	font-size: 5rem!important;
}
    
    .showcase h1.druk {
	font-size: 9rem!important;
}
}
@media only screen and (max-width: 768px) {
.showcase h1, .showcase-custom h1, h1 {
	font-size: 4rem!important;
}
}


.overlaytitle {
margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/* PADDINGS */
.pad90 {
	padding: 0 15vw;
}

@media only screen and (max-width: 768px) {
.pad90.nomobile {
	padding: 10% 0;
    width: 100%;
}
}

@media only screen and (min-width: 768px) {
.pad75 {
	padding: 0 25%;
}
}
.vertical-pad {
	padding-top: 20vh;
    padding-bottom: 20vh;
}

.vertical-pad-sm {
	padding-top: 10vh;
    padding-bottom: 10vh;
}

.flex-center-container {
	  display: flex;
  align-items: center!important;
  justify-content: center;
  height: auto;
}

.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
 
}

/* OVERLAY IMAGE ON HOVER*/

.hover-title {
    pointer-events: auto;
    cursor: pointer;
}
.hover-title:hover{
    font-style: italic;
}

.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: 40vw;
    height: 40vh;
}

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

/* CLOCK*/
.clockys {
   border: solid 1px #000;
    border-radius: 100px;
    padding: 1% 2%;
}
.clockys.white{
   border: solid 1px #fff;
}



/*Captions*/
.gallery_image_caption span{
	color: rgba(0, 0, 0, 0.40);
}

/*ARCHIVE GRID*/
.archive-grid{
	padding: 2rem 0!important;
    border-top: solid 1px rgba(0, 0, 0, 0.4);
}

/*FOOTER*/
@media only screen and (max-width: 768px) {
    .footer-menu {
        text-align: center!important;
       
}
    
        .footer-links {
        text-align: center!important;
            padding-top: 0px!important;
}
}
.footer-menu{
	margin-top: 1%!important;
    text-transform: uppercase;
}

.footer-links{
	text-align: right;
    display: inline!important;
    width: 100%;
}
.footer-links small{
	width: 100%;
}

.footer-links a{
    margin-left: 4%;
}


@keyframes a {
    0% {
        background-position: 0 0,0 100%,0 0,100% 0
    }

    to {
        background-position: 30px 0,-30px 100%,0 -30px,100% 30px
    }
}

.dashed-block{
    padding: 30px 60px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding: 55px;
    background-image: linear-gradient(90deg,#000 50%,transparent 0),linear-gradient(90deg,#000 50%,transparent 0),linear-gradient(180deg,#000 50%,transparent 0),linear-gradient(180deg,#000 50%,transparent 0);
    background-position: 0 0,0 100%,0 0,100% 0;
    background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
    background-size: 30px 1px,30px 1px,1px 30px,1px 30px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    animation: .4s infinite normal a;
    animation-timing-function: linear;
    animation-play-state: paused;
    position: relative;
}

.dashed-block:hover {
    animation-play-state: running;
}

/* NEWSLETTER */
@media only screen and (max-width: 768px) {
    .mc-field-group .email {
    width: 40vw!important;
}
}

.mc-field-group label, .mc-field-group input {
	display: inline-block;
}
.mc-field-group .email, .mc-field-group .name {
	border: none;
	cursor: text;
	font-size: inherit;
    font-family: inherit;
    background: none;
    width: 25vw;
}

.mc-field-group {
	display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    cursor: text;
    font-size: 14pt;
    background: none;
}

.mc-field-group .email::placeholder, .mc-field-group .name::placeholder {
	color: #b0b0b0;
}

.mc-field-group input[type="submit"]{

		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
}

.mc-field-group input[type="submit"].subscribe-button {
	background: none;
    border: none;
	background-color: none;
	color: black;
	font-size: 1.5rem;
	
}



/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

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

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

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

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

.gallery_image_caption {
    margin-top: .8rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	color: #000;
	font-family: GT-America-Mono, Nitti, Icons;
	font-style: normal;
    font-weight: 400;
	line-height: 1.5rem;
    text-align: left;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: GT-America-Mono, Nitti, Icons;
	font-style: normal;
	line-height: 1.6;
    z-index: -10000000;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0.1em;
	border-bottom: 0px solid rgba(0, 0, 0, 1);
	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: "Favorit", Icons;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 7rem;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.85);
	}

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

[data-predefined-style="true"] h2 {
		font-family: GT-America-Mono, Nitti, Icons;
	font-style: normal;
    letter-spacing: -.1rem!important;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	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: 1.2rem;
	line-height: 1.6;
	font-family: GT-America-Mono, Nitti, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.9);
}

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

/**
 * 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: #f5f2ec/*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 9.8rem/*!main_margin*/;
	padding-bottom: 9.8rem/*!main_margin*/;
	padding-left: 9.8rem/*!main_margin*/;
	padding-right: 9.8rem/*!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: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 97%/*!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: 0rem/*!responsive_thumbnails_padding*/; 
}

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

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

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 0rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(255, 94, 79, 1);
	font-family: "Favorit", "Times New Roman", Times, serif, "Times New Roman", Icons;
	    text-transform: uppercase;
    font-style: normal;
	line-height: 1.3;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: Nitti, Icons;
	font-style: normal;
	line-height: 1;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 36px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!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: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Favorit", "Nitti", Times, serif, "Times New Roman", Icons;
	background: rgba(49, 42, 55, 1);
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
        text-transform: none;
	text-align: left;
	display: flex;
	justify-content: center;
    text-align: center;
    letter-spacing: -.1rem;
}

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

#site_menu .page-link a {
	color: rgba(224, 221, 239, 1);
}

#site_menu .set-link > a {
	color: rgba(224, 221, 239, 1);
	font-weight: 400;
}

#site_menu a:active {
	font-style: italic;
}

#site_menu a.active {
	font-style: italic;
}

#site_menu .close {
	display: none;
	color: rgba(0, 0, 0, 0.65);
	line-height: .85em;
	font-size: 45px;
}

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

#site_menu .break {
	height: 0px;
}

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

/**
 * Shop Button
 */

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

#shop_button.text {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.45);
	font-family: Nitti, Icons;
	font-style: normal;
	line-height: 1.2;
    padding: 0;
}

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

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

/**
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: "Times New Roman", "Times New Roman", Times, serif, "Times New Roman", Icons;
	font-size: 2.5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.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: rgba(255, 255, 255, 0.95) /*!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;
}

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

/**
 * Dividing Line
 */

.divider {
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
    width: 1px;
    z-index: -1;
}

.druk {
	font-family: 'Druk'!important;
}


/*FONTS*/
/* DRUK WIDE MEDIUM*/
@font-face {
    font-family: 'Druk';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c899214/Druk-WideMedium.woff') format('woff');
}
/* FAVORIT Normal weight; Normal style */
@font-face {
    font-family: 'Favorit';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c899214/Favorit-Light.woff2') format('woff2');
}


.subtitle-apoc {
	font-family: "Sprat Extended", Icons;
    font-style: normal;
    text-transform: initial;
    line-height: 0rem;
	font-weight: 200;
}

/* MONO Normal weight; Normal style */
@font-face {
    font-family: 'GT-America-Mono';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c722710/GT-America-Mono-Regular.woff') format('woff');
}
/* MONO Bold weight; Normal style */
@font-face {
    font-family: 'GT-America-Mono';
    font-weight: bold;
    font-style: normal;
    src: url('https://files.cargocollective.com/c722710/GT-America-Mono-Bold.woff') format('woff');
}
/* MONO Normal weight; Italic style */
@font-face {
    font-family: 'GT-America-Mono';
    font-weight: normal;
    font-style: italic;
    src: url('https://files.cargocollective.com/c722710/GT-America-Mono-Regular-Italic.woff') format('woff');
}
/* MONO Bold weight; Italic style */
@font-face {
    font-family: 'GT-America-Mono';
    font-weight: bold;
    font-style: italic;
    src: url('https://files.cargocollective.com/c722710/GT-America-Mono-Bold-Italic.woff') format('woff');
}
/* MONO Light weight; Normal style */
@font-face {
    font-family: 'GT-America-Mono';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c722710/GT-America-Mono-Light.woff') format('woff');
}
/* MONO Light weight; italic style */
@font-face {
    font-family: 'GT-America-Mono';
    font-weight: normal;
    font-style: italic;
    src: url('https://files.cargocollective.com/c722710/GT-America-Mono-Light-Italic.woff') format('woff');
}

/*PELICAN*/
@font-face {
	font-family: 'BNPelicanScript';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c722710/BNPelicanScript.woff2') format('woff2');
}


/* EXTRA TYPOGRAPHY FOR HEADERS IN FUTURE*/
.typo1{
		font-family: Messapia, Icons!important;
	font-style: normal;
	font-weight: 700!important;
	padding: 0;
	margin: 0;
	font-size: 9rem;
	line-height: 0.8;
    text-transform: uppercase;
}

.typo2{
		font-family: Pilowlava, Icons!important;
	font-style: normal;
	font-weight: 400!important;
	padding: 0;
	margin: 0;
	font-size: 9rem;
	line-height: 0.8;
    text-transform: uppercase;
}

.typo3{
		font-family: "Mister Pixel", Icons!important;
	font-style: normal;
	font-weight: 400!important;
	padding: 0;
	margin: 0;
	font-size: 9rem;
	line-height: 0.8;
    text-transform: uppercase;
}

.pelican {
	font-family: 'BNPelicanScript'!important;
}

.credit{
	font-size: 1rem!important;
    color: #999 !important;
}
