/*----------About publication dropbar------------*/
.wrap-collabsible {
  margin-bottom: 1.2rem 0;
}

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;
  font-weight: 500;
  font-family: inter;
  font-size: 1.2rem;
  text-align: rignt;
  
  border-top: 1px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 1rem;

  cursor: pointer;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #304fdb;
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  background: rgba(26, 27, 31, 0.05);
  border-bottom: 1px solid rgba(26, 27, 31, 0.1);
  padding: .5rem 1rem;
}





/*----------About gradient box------------*/
.about_point{
	background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #c2e9fb 100%);
	padding: 3px;
}

.about_point2{
	background-image: linear-gradient(to right, #c2e9fb 0%, #E1F5C4 51%, #E1F5C4 100%);
	padding: 3px;
}

.gradient_box{
    width:100%;
  	height:25px;
    margin-bottom: -20px;
	background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #E1F5C4 100%)
	
}
/*----------Main Material gallery------------*/
.mat_gallery img{}

.mat_gallery .gallery_card:nth-child(1n) .gallery_card_image:before{
	content: 'test';
    font-size: 2.0vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    
}

.mat_gallery .gallery_card:nth-child(1) .gallery_card_image:before{
	content: 'Woodworking with CNC Machine';
    background: rgba(51, 35, 21, 0.6);
    
}

.mat_gallery .gallery_card:nth-child(2) .gallery_card_image:before{
	content: 'Parametric Design';
    background: rgba(0, 0, 0, 0.6);
}

.mat_gallery .gallery_card:nth-child(3) .gallery_card_image:before{
	content: 'Art with Code';
    background: rgba(39, 39, 68, 0.6);
}


.mat_gallery .gallery_card:nth-child(1n):hover .gallery_card_image:before{
    opacity: 1;
    transition: 0.3s;
}


/*----------Selected Work gallery------------*/
.featured_gallery .gallery_card:nth-child(1n) .gallery_card_image:before{
	content: 'text';
    font-size: 3.5vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}

.featured_gallery .gallery_card:nth-child(1n) .gallery_card_image:after{
	content: 'test';
    font-size: 1.2vw;
    line-height: 1.5vw;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 130%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}

.featured_gallery .gallery_card:nth-child(1) .gallery_card_image:before{
	content: 'MS Thesis';
    background: rgba(163, 165, 180, 0.8);
}
.featured_gallery .gallery_card:nth-child(1) .gallery_card_image:after{
	content: 'Immersive Authoring Interface with 3D Virtual Controls on Physical Desk / Creativity Support Tool';
}

.featured_gallery .gallery_card:nth-child(2) .gallery_card_image:before{
	content: 'AR Product';
    background: rgba(171, 171, 171, 0.8);
}
.featured_gallery .gallery_card:nth-child(2) .gallery_card_image:after{
	content: 'Practical Near-surface AR Device for Museum Exhibits / SIGGRAPH Emerging Technologies';
}

.featured_gallery .gallery_card:nth-child(3) .gallery_card_image:before{
	content: 'VR Game';
    background: rgba(32, 63, 141, 0.8);
}
.featured_gallery .gallery_card:nth-child(3) .gallery_card_image:after{
	content: 'A Spatial Transforming VR Game with Full Body Interaction / CHI Student Game Competition Finalist';
}

.featured_gallery .gallery_card:nth-child(4) .gallery_card_image:before{
	content: 'New Media';
    background: rgba(13, 17, 86, 0.8);
}
.featured_gallery .gallery_card:nth-child(4) .gallery_card_image:after{
	content: 'Turning an Everyday String Curtain into an Interactive Display / SIGGRAPH Poster';
}



.featured_gallery .gallery_card:nth-child(1n):hover .gallery_card_image:before{
    opacity: 1;
    transition: 0.3s;
}
.featured_gallery .gallery_card:nth-child(1n):hover .gallery_card_image:after{
    opacity: 1;
    transition: 0.3s;
}

/*----------ETC gallery------------*/
.yes_gallery img{
	
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1); 
    
}

.yes_gallery .gallery_card:nth-child(1n) .gallery_card_image:before{
	content: 'test';
    font-size: 3.0vw;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    
}
.yes_gallery .gallery_card:nth-child(1) .gallery_card_image:before{
	content: 'Art with Code';
    background: rgba(26, 27, 31, 0.6);   
}

.yes_gallery .gallery_card:nth-child(2) .gallery_card_image:before{
	content: 'Parametric Design';
    background: rgba(0, 0, 0, 0.6);
}
.yes_gallery .gallery_card:nth-child(3) .gallery_card_image:before{
	content: 'Stair Graphic';
    background: rgba(39, 67, 86, 0.6);
}
.yes_gallery .gallery_card:nth-child(4) .gallery_card_image:before{
	content: 'Material Perception Analysis';
    background: rgba(169, 167, 145, 0.6);
}

.yes_gallery .gallery_card:nth-child(5) .gallery_card_image:before{
	content: 'Organism Chair';
    background: rgba(51, 35, 21, 0.6);   
}


.yes_gallery .gallery_card:nth-child(6) .gallery_card_image:before{
	content: 'Material Simulation';
    background: rgba(41, 45, 59, 0.6);
}

.yes_gallery .gallery_card:nth-child(1n):hover .gallery_card_image:before{
    opacity: 1;
    transition: 0.3s;
}


/*----------gray background------------*/
.grayBG {
   background-color: rgba(244, 244, 244, 1);
   width: 100vw;
   margin-left: calc(-50vw + 50%);
    padding: 3vw 0vw;
}

/*----------wide background------------*/
.wideBG {
   background-color: rgba(244, 244, 244, 0);
   width: 100vw;
   margin-left: calc(-50vw + 50%);
    padding: 3vw 0vw;
}

/*----------slideshow------------*/
.slider {
  position: relative;
  top: -10px;
  right: 20px;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.slider .slide {
  height: 40px;
  line-height: 40px;
  color: #000;
  background-color: #304FDB;
  overflow: hidden;
  padding: 4px 12px;
  border-radius: 50px;
  border: solid 2px;
}
.slider-5 .slide {
  animation: slide-5 17.5s ease-in-out infinite;
}

@keyframes slide-5 {
  100% {
    transform: translateY(0);
  }
  80%, 98.1818181818% {
    transform: translateY(-160px);
  }
  60%, 78.1818181818% {
    transform: translateY(-120px);
  }
  40%, 58.1818181818% {
    transform: translateY(-80px);
  }
  20%, 38.1818181818% {
    transform: translateY(-40px);
  }
  0%, 18.1818181818% {
    transform: translateY(0);
  }
}
.slider-6 .slide {
  animation: slide-6 21s ease-in-out infinite;
}


/*----------Image Hovering------------*/
.img_wrapper2{
	position: relative;
}
.second2{
    display: none;
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.img_wrapper2 h1{
	position: absolute;
    top: 40%;
    left:10%;
    padding: 0rem;
    display: none !important;
    z-index: 2;
}

.img_wrapper2:hover > .second2{
	display: block;
}
.img_wrapper2:hover > h1{
	display: flex !important;
}


/*-----------------------------------*/

/*----------Feautred Project------------*/
.my_grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.my_grid img{
	width: 100% !important;
    height: auto !important;
}
.my_grid a{
	position: relative; 
}

.my_grid small{
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
}

.my_grid a:hover > small{
	display: flex !important;
}



/*----------------------*/
.cover{
    width:100%;
    height:100%;
    object-fit:cover;
}

.outer{
       position:relative;
       left: calc(-50vw + 50%);
	   top: -3rem;        
       scale: 1.00;
       width: 100vw;
   
    padding: 3vw 0vw;
	}

/*----------Scroll Top Button------------*/
.GoTop {
  --offset: 50px; 
  
  position: sticky;
  bottom: 20px;      
  margin-right:10px; 
  place-self: end;
  margin-top: calc(100vh + var(--offset));  

}
.GoTop:before {
  content:"";
  position:absolute;
  inset:30%;
  transform:translateY(20%) rotate(-45deg);
}


/*----------Image Hovering------------*/
.second{
	display: none;
}
.img_wrapper:hover > .second{
	display: block;
}
.img_wrapper:hover > .first{
	display: none;
}

/*-----------------------------------*/
.video-responsive{
    position:relative;
	overflow:hidden;
	padding-bottom:56.25%;
	height:0;  
}
.video-responsive iframe{
	position:absolute;
    left:0;
	top:0;
	height:100%;
	width:100%;
}
/*-------logo image hover*/
.logo img:hover{
    filter: grayscale(100%);
    filter: brightness(0%);
}

.sector{
    padding: 4px 10px 4px 10px;
    border-radius: 50px;
    border: solid 2px #000;
    color: #fff; 
    background-color: #000;
}

.linked{  
	padding: 3px 5px 3px 5px;
    border-radius: 20px;
    border: solid 2px;
}
 
.linked:hover{  
	background-color: #000;
	display: inline-block;
    padding: 0px 5px 0px 5px;
    border-radius: 20px;
    border: solid 2px;
    border-color: black;
    transform: scale(1.0);
    transition-duration: 0.9s;
}
 /*DOI/ VIDEO/ PAPER*/

.myImg{
    display: block;
}
 /*Proejcet page main image*/

.innerL{
    aspect-ratio: 16/8;
    border-top : 2px solid black;
    border-bottom : 2px solid black;
    
}
.innerR{
    aspect-ratio: 16/8;
    border-top : 2px solid black;
    border-bottom : 2px solid black;
}
 /*Proejcet page main grid*/

@media screen and (max-width: 1000px){
	.logo img{
	width: 80px !important;
    height: auto !important;
    position: absolute;
    left: 0px;
    top: -10px;

	}
    .bottom img{
	width: 180px !important;
    height: auto !important;
	}
    .innerL{
    aspect-ratio: 3/4;
	}
    .innerR{
    aspect-ratio: 3/4;
	}
    .firsttitle{
	font-size: 3.5rem !important;
    line-height: 5rem !important;
	}
    .secondtitle{
	font-size: 2rem !important;
    line-height: 2.5rem !important;
	}
    .thirdtitle{
	font-size: 1.3rem !important;
    line-height: 1.3rem !important;
	}
    .outer{        
       scale: 1.00;
       width: 100vw;
	}
    .DontShowMobile{
        display: none;       
	}
    .my_grid{
    grid-template-columns: 1fr;
	}
}


.custom_btn{
	display: inline-block;
    padding: 4px 14px 3px;
    border-radius: 50px;
    border: solid 2px;
}

.custom_btn:hover{
    background-color: #000;
    color: #fff;
	display: inline-block;
    padding: 4px 14px 3px;
    border-radius: 50px;
    border-style: solid 2px;
    border-color: black;
    transform: scale(1.0);
    transition-duration: 0.3s;
}

.customlight_btn{
	display: inline-block;
    padding: 2px 16px 2px;
    border-radius: 50px;
    border: solid 1px;
    color: rgba(26, 27, 31, 0.3);
}

.customlight_btn:hover{
    background-color: #000;
    color: #fff;
	display: inline-block;
    padding: 4px 14px 3px;
    border-radius: 50px;
    border-style: solid 1px;
    border-color: black;
    transform: scale(1.1);
    transition-duration: 0.7s;
}



/**
 * Content
 */

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

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;
    vertical-align: bottom;
}
ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

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

.gallery_image_caption {
    margin-top: 0.6rem;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.7);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align:left;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.9rem;
	font-weight: 400;
	color: #1a1b1f;
	font-family: Inter, Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(14, 14, 14, 0.6);
	border-bottom: 1px solid rgba(46, 81, 239, 0);
	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: "MVB Solitaire", Icons;
	padding: 0;
	margin: 0;
	font-size: 3.9rem;
	line-height: 1.1;
	color: #1a1b1f;
	font-style: normal;
	font-weight: 700;
	}

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

[data-predefined-style="true"] h2 {
	font-family:"DM Sans", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #1a1b1f;
	font-size: 1.5rem;
	line-height: 1.3;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	color: #1a1b1f;
    letter-spacing: .05rem;
	font-style: normal;
	font-weight: 500;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
    
}
[data-predefined-style="true"] small a:hover {
	color: rgba(255, 255, 255, 1);
	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*/;
    padding-top: 1.2rem
}

[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: rgb(253, 253, 253)/*!body_bgcolor*/;
}

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

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


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

/**
 * 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: 0.05rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -5rem/*!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: 1px solid rgba(0, 0, 0, 0);
    /*outline-offset: -1px;  
    overflow: hidden;*/
    
}

.thumbnail:hover .thumb_image img{
    /*scale: 1.1;*/
    -webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

.thumb_image img{
    opacity: 1;
	transition: 0.3s all ease-in-out;
}

.thumbnails .title {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
	font-weight: 500;
	color: rgba(26, 27, 31, 1);
	font-family: "roboto";
	font-style: normal;
	line-height: 1.8rem;
    text-align: center;
}

.thumbnails .tags {
    margin-top: 1.5rem;
    margin-bottom: 2.0rem;
    font-size: 1.0rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.0);
	font-family: 'planet', Icons;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: 0.01rem;
    text-align: center;
}

.thumbnails .tags a {
    font-size: 1.2rem;
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    padding: 1px 6px 1px 6px;
    border-radius: 50px;
    border: solid 1px;
}

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


/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.95);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 1rem /*!site_menu_button*/;
	right: 1rem /*!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(255, 255, 255, 1);
    background: transparent;
	font-size: 34px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 1rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
    padding: 0;
    line-height: 1.2;
}

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


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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: "Space Mono", Icons;
    font-size: 1.4rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Space Mono", Icons;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.9);
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,.4);
    background:  #ffffff url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "Space Mono", Icons;
	font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
    border-bottom: none;
}

/*
 * 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.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}

.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: #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(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    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(255, 255, 255, 0.14);
}

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

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

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

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

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

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

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

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


