#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
    /* sticky background img */
	background-attachment: fixed;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

				/*INDEX */
/*header */
/*landing */



/*header */
#alyssacolette_landing h1 a{
    text-align: center;
    white-space: nowrap;
    display: flex;
    height: auto;
    justify-content: center;
}
.mobile #alyssacolette_landing h1 a{
	min-height: 1.5vh;
    font-size: 2.3rem !important;
    margin: -1vh 0 0 0 !important;
}
.mobile #alyssacolette_landing{
	 padding-bottom: 1vh;
}
#alyssacolette h1 a{
    text-align: center;
    white-space: nowrap;
    display: flex;
    height: auto;
    justify-content: center;
}

.mobile #alyssacolette h1 a{
	min-height: 1.5vh;
    margin: 3vh 0 0 0;
    font-size: 2rem !important;
}

#back_home{
	margin: 2vh 2vw 0 2vw;
}
.mobile #back_home{
	margin: 1vh 0 0 0 !important;
}
.mobile .backBtn{
   font-size: 1.3rem;
}
.backBtn{
	display: inline-block;
    padding: 3px;
	font-family: "Diatype Variable", Icons; 
    color: #5e6a59;
}
.backBtn button{
	background:none;
    border: none;
    color: #5e6a59;
    
}
.backBtn button:hover{
	  cursor: pointer;
}
.exheader{
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 300;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	text-align-last:justify;
    margin-top: 0;
    padding-top: 0;
    display: none;
}
.exheader p{
}
@media screen and (max-width: 600px) {
  .exheader {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

/* landing*/
.mobile #landing{
	margin-top: 13%;
}
.mobile #intro{
	max-width: 80vw !important;
}
.mobile #landing_title{
    margin-bottom: 4vh;
	
}
.mobile .wwm-Btn{
    flex-wrap: nowrap;
	width: 30%;
	min-width: 44vw;
}

#landing{
	margin-top: 7%;
}

#intro{
	background-color: rgba(245, 240, 231, 0.65);
    border: 1px solid #313131;
    border-radius: 15px;
    padding: 3.5vh 2vw;
    max-width: 64vw;
    margin:auto;
}

#intro h2{
    text-align: center;
    color: #48a181;
	font-size: 2.5rem !important;
}

.mobile #intro{
	padding: 3vh 2.5vw;
}
#landing_title h2{
	font-size: 2.7rem !important;
}
#landing_title{
	margin-bottom: 3vh;
}
#wwm-button-container{
    text-align: center;
    display: block;
    min-width: 380px;
    margin-bottom: 2vh;

}
.wwm-Btn{
    display: flex;
	justify-content: center;
    align-items: center;
    max-height: 7vh;
    max-width: 28vw;
	width: 28vw;
    margin: auto;
    flex-wrap: nowrap;
    white-space: normal;
    padding: 2% 5% 2% 5%;
	text-align: center !important;
    
    background-color: #313131;
    border-radius: 100px;

  cursor: pointer;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.wwm-Btn:hover {
	background-color:rgba(245, 248, 211, 0.75);
  	box-shadow: rgba(217, 233, 211, 1) 0 -25px 18px -14px inset,rgba(245, 248, 211, 0.2) 0 1px 2px,rgba(245, 248, 211, 0.21) 0 2px 4px,rgba(245, 248, 211, 0.15) 0 4px 8px,rgba(245, 248, 211, 0.15) 0 8px 16px,rgba(245, 248, 211, 0.15) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}
.wwm-Btn:hover h2{
	color: #3a8c6f !important;
}
.wwm-Btn h2{
	 word-wrap: normal;
    text-align: center;
    font-weight: bold;
   	color: #F5F0E7 !important;

}

#recentProj{
	justify-content: left;
    padding-left: 3vw;
}
.process_group{
margin-bottom: 3.5vh;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  flex-wrap: wrap; /* Wrap items to next line if they exceed the container width */
}
ul#filter-container{
	font-size: 2rem;
    list-style-type: none;
    height: 5vh;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.mobile ul#filter-container{
	width:100%;
}

li.filter{
	background-color: #48a181;
  	color: #F5F0E7;
    display:block;
    float:left;
    margin: .5vh 0.5vw;
    border-radius: 50px;
    padding: .4vh 2vw;
}
li#filter-title{
	background-color: transparent !important;
 	color: #000;
    pointer-events: none;
    cursor: text;
}

.filter{
    cursor: pointer;
}
.hidden-title {
  display: none;
  text-align: center;
}

h2.hidden-title {
  margin-bottom: 0 !important;
    text-align: center;
}

.projectCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 48.5vh;
    width: auto;
    max-width: 100%;
    background-color: rgba(198, 210, 223, 0.52);
    border-radius: 24px;
  /*margin-bottom: 4vh;*/
    margin: 2vh 2vw;
    overflow: hidden;
    padding: 5vh .5vw 1vh .5vw;
}

.mobile .projectCard {
	max-height: 45vh;
    margin: .5vh .5vh 1vh;
    padding: 2vh 1.5vw .15vh 1.5vw;
}
.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3vh .5vw 1vh .5vw;
  max-height: 35vh;
    height:35vh;
  width:100% !important;
  /*width: ; /* Adjust as needed to control the image width */
}

.image-container img {
    max-width: 100%;
    max-height: 41vh;
    height: 38vh !important;
    width: auto !important;
  border-radius: 12px;
    object-fit: contain;
}
.mobile .image-container img{
    max-height: 33vh;
}
.text-container {
  display: inline-block;
  align-items: center;
    margin-top: 3vh;
    margin-bottom: 1.5vh;
  padding: 0.5vh 0 .5vh .5vw;
  width: 100%; /* Adjust as needed to control the text width */
  text-align: left;
}
.mobile .text-container{
	margin-top: .5vh;
    padding: 0 0 1.5vh 1.5vw;
}
.mobile .text-container p{
	font-size: 1.8rem;

}
.text-container p {
  margin: 0;
  font-size: 1.6rem;
  white-space: normal; /* Allow text to wrap */
  max-width: 100%; /* Ensure the text never exceeds the container's width */
}


#all-projects{
	
}
#websites{
	
}
#digital-art{
	
}
#writing{
	
}
#code{
	
}

#cv-button-container{
    text-align: center;
    display: block;
    width: 200px;
}
.cv-button{
	width: 15vw;
    margin: auto;
    word-wrap: normal;
    flex-wrap: nowrap;
	text-align: center;
  	display: flex;
	justify-content: center;
    
	background-color:rgba(204, 224, 186, 0.71);
    border-radius: 100px;
    box-shadow: rgba(217, 233, 211, 1) 0 -25px 18px -14px inset,rgba(217, 233, 211, 0.4) 0 1px 2px,rgba(217, 233, 211, 0.41) 0 2px 4px,rgba(217, 233, 211, 0.39) 0 4px 8px,rgba(217, 233, 211, .15) 0 8px 16px,rgba(214, 236, 206, 0.29) 0 16px 32px;

  cursor: pointer;
  padding:1% 2%;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

}
.cv-button:hover {
    box-shadow: rgba(193, 213, 159, 0.65) 0 -25px 18px -14px inset,rgba(193, 213, 159, 0.15) 0 1px 2px,rgba(193, 213, 159,.15) 0 2px 4px,rgba(193, 213, 159,.15) 0 4px 8px,rgba(193, 213, 159,.15) 0 8px 16px,rgba(193, 213, 159, 0.15) 0 16px 32px;
    transform: scale(1.05) rotate(2deg);
}
.cv-button a{
	text-align: center;
     word-wrap: normal;
    padding: auto;

}

#process-button-container{
    text-align: center;
    display: block;
    min-width: 400px;
    margin-bottom: 2vh;

}
.process-Btn{
    display: flex;
	justify-content: center;
    align-items: center;
    max-height: 8vh;
    max-width: 30vw;
	width: 30vw;
    margin: auto;
    flex-wrap: nowrap;
    white-space: normal;
    padding: 1% 6% 1% 6%;
	text-align: center !important;
    
	background-color:rgba(245, 248, 211, 0.75);
    border-radius: 100px;
  	box-shadow: rgba(217, 233, 211, 1) 0 -25px 18px -14px inset,rgba(245, 248, 211, 0.2) 0 1px 2px,rgba(245, 248, 211, 0.21) 0 2px 4px,rgba(245, 248, 211, 0.15) 0 4px 8px,rgba(245, 248, 211, 0.15) 0 8px 16px,rgba(245, 248, 211, 0.15) 0 16px 32px;

  cursor: pointer;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.process-Btn:hover {
    box-shadow: rgba(245, 248, 211, 1) 0 -25px 18px -14px inset,rgba(217, 233, 211, .15) 0 1px 2px,rgba(245, 248, 211, 0.35) 0 2px 4px,rgba(245, 248, 211, 0.35) 0 4px 8px,rgba(245, 248, 211, 0.35) 0 8px 13px,rgba(245, 248, 211, 0.35) 0 16px 25px;
    transform: scale(1.05) rotate(-1deg);
}

.process-Btn h2 a{
 word-wrap: normal;
    text-align: center;

}
.mobile .process-Btn{
    flex-wrap: nowrap;
	width: 30%;
	min-width: 38vw;
}

.menuname{
    font-style: italic;
	font-size: 7em;
    font-weight: 600;
}

#more {display: none;}
#myBtn {
}
.process_group{
	text-align: left;
}
.mobile .about_gradient .about_text{
	padding: 0 !important;

}
.about_text{
	font-family: "Authentic Sans", Icons;
    color: #5a5757;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 300;
    padding-left: 10%;
    padding-right: 10%;
}
 .about_gradient{ 
     width: auto;
     height: inherit;
     background-image: radial-gradient(rgba(222, 230, 207, 0.46) 65%, transparent 72%);
   /* background-image: radial-gradient(rgba(252, 252, 252, 0.70) og (243x3, .79) 33%, rgba(243, 247, 237, 0.65) 54%, rgba(237, 226, 188, 0.59) 63%, rgba(238, 222, 187, .43) 68%,  transparent 71%);*/

}
 .about_gradient2{ 
     width: auto;
     height: inherit;
    background-image: radial-gradient(rgba(218, 229, 233, 0.38) 65%, transparent 72%);
   /* background-image: radial-gradient(rgba(252, 252, 252, 0.70) og (243x3, .79) 33%, rgba(243, 247, 237, 0.65) 54%, rgba(237, 226, 188, 0.59) 63%, rgba(238, 222, 187, .43) 68%,  transparent 71%);*/

}
.pimpt{
    background-color:rgba(243, 243, 243, 0.5);
    padding: 1%;
		-moz-box-shadow: 2px 2px 3px rgba(243, 243, 243, 0.5);
		-webkit-box-shadow: 2px 2px 3px rgba(243, 243, 243, 0.5);
		box-shadow: 2px 2px 3px rgba(243, 243, 243, 0.5);
}

.image_overlay{
	/* sticky background img */
	background-attachment: fixed;
}

			/* PROJECT PAGES*/
.mobile .aleon_page{
	margin-top: 10.75vh;
}
.aleon_page{
	margin-top: 14vh;
}
/*Eventure*/
#eventure-p{
	margin: 0 11% 0 2%;
}
.mobile #eventure-p{
	margin:auto !important;
}
.twinkle{
	text-align: center;
    white-space: nowrap;
    display: flex;
    height: auto;
    justify-content: center;	
}
video#eventure_preview {
	max-width: 67vw;
    width: auto;
    height: auto;
}
.mobile video#eventure_preview{
	max-width: 85vw !important;	
}
video#eventure_preview[poster]{
	object-fit: cover;
}
/* unmaking*/
#communityCard1{
 	text-align: center;
    display: inline-block;
    float: right;
    width: 50%
}
#communityCard2{
 	text-align: center;
    display: inline-block;
    float: right;
    width: 40%;
    
}
@media only screen and (max-width: 450px) {
    #communityCard1 img{
        max-width:126px !important;
        max-height: 207px !important;
    }
    #communityCard2 img{
        max-width:126px !important;
        max-height: 207px !important;
    }
}

.mobile #communityCard1 img{
    display:block;
    text-align: center;
    max-width:180px;
    max-height: 296px;
    
}
.mobile #communityCard2 img{
    margin-left:0%;
    display:block;
    text-align: center;
    max-width:180px;
    max-height: 296px; 
}


.art-flex-table{
	display: flex;
    flex-direction: row;
    gap: 2vw;
}
.digital-art-col{
	display: flex;
    flex-direction: column;
    width: 50%;
}
.digital-art-col img{
	margin: 1.25vh 0;
    align-self: center;
}

.digital-art-col small{
	margin-bottom: 1.25vh;
}

@media only screen and (max-width: 450px) {
    .art-flex-table{
	flex-direction: column;
    gap: 4vh;
    
	}
    .digital-art-col{
    width: 100%
	}
}

a:active {
	opacity: 0.7;
}

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

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

ol {
	list-style-type: decimal-leading-zero;
}

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

hr {
	background: rgba(0, 0, 0, 0.4);
	border: 0;
	height: .5px;
	display: block;
}

.content img {
	float: none;
}

.gallery_image_caption {
    line-height: inherit;
    margin-top: 0rem;
    margin-bottom: 0.4rem;
    padding-top:0;
    padding-bottom: .5rem;
    font-size: medium;
	font-weight: 300;
	color:#212121;
    /*background-image: linear-gradient(rgba(228, 233, 219, 0.62) 65%, transparent 72%);*/
	font-family: Diatype, Icons;
	font-style: normal;
    text-align: center;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.85);
	font-family: Karla, Icons;
	font-style: normal;
	line-height: 1.2;
   
}

    /* me stuff */
bodycopy, .content{
	padding: 0rem;
    margin: 0;
}



[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	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: "Infini GF", Icons;*/
    font-family: gambado-sans-forte, Icons;
	padding: 0;
	margin: 0;
	font-size: 6.1rem;
	line-height: 1.2;
	color: rgba(69, 63, 63, 1);
	font-style: normal;
	font-weight: 400;
}

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

[data-predefined-style="true"] h2 {
	font-family: "Nitti Grotesk", Icons;
	padding: 0;
	margin: 0;
	color: #5e6a59;
	font-size: 3.6rem;
	line-height: 1;
    letter-spacing: -.01em;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] h2 a {
	color: rgba(69, 63, 63, 1);
    text-decoration: none;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: gambado-sans-forte, Icons;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}

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

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: sticky;
    /*me*/
	min-height: max-content;
    min-height: min-content;
	min-height: fit-content(20em);
    
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}



[data-css-preset] .container {
    padding-left: 0;
    padding-right: inherit;
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}
page container {
	padding-top: 0;
    margin-top: 0;
}

[data-css-preset] body {
	background-color: rgba(219, 225, 233, 0.77)/*!body_bgcolor*/;
}

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

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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!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: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.4;
}

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

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

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!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: -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: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: 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.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: "Monument Grotesk Mono", Icons;
	font-size: 1.6rem;
    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: Diatype, Icons;
	font-size: 1.4rem;
	line-height: 1.2;
	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-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: Diatype, 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.2;
    padding: .8rem 1rem;
	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: 99%/*!quick_view_width*/;
}

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

[data-css-preset] .quick-view-background {
	background: #eee /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Monument Grotesk Mono", 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.3rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

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

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

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

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

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

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

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

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


/**
 * 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.4rem;
    line-height: 1.3;
	font-family: Diatype, 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;
}