

/*NOTE FOR FUTURE: Since we are designing
our own mobile -- using %. values results
in more consistency across platforms and
browsers*/

/*MOBILE FORMATTING SEC*/
@media only screen and (max-width:690px){
    
/*-------------------------------------------*/
/*------------------------------------------*/
     
/*DESKTOP Return to menu button: turned off*/    

.container {
	height: 100%;
}
    
.image-link {
    display: none;

}
       
.mainmenu2 {
   display: block!important;
   list-style:none;
   margin-left: -7%!important;

}
    
.mainmenu2 a {
   display: block!important;
   list-style:none;
    
}
/*to hide TSKMS images on mobile homepage*/
.tskmsgallery {
	display: none!important;
    margin-top: 50%;
}
/*return to menu button, different from above
 because of the desktop grid*/    
.ras-image-link {
    position: absolute!important;
	margin-left: 0%!important;
    margin-top: 1.5%!important;
}
    
/*MOBILE Return to menu buttons*/ 
.mobile-back-button {   
   display: block!important;
   margin-left: -25%!important;
   margin-top: -48%!important;
   margin-bottom: 37%!important;
}
    
.ras-back-button {
   display: block!important;
   margin-left: 0%!important;
   margin-top: 5%!important;
   margin-bottom: 37%!important;
}
      

    
/*DOF image grid for MOBILE*/    
    
.fish-grid {
    display: block!important;
    margin-top: 9%!important;
    margin-left: -39%!important;
    margin-right: 6%!important;

}
    
.fish-grid-img {
    width: 114%!important;

}
.dof-text-block{
    margin-top: 5%!important;
    padding-bottom: 54%!important;
    margin-left: -30%!important;
    width: 380px!important;
    
	
}

/*END: DOF image grid for MOBILE*/
/*------------------------------------------*/
/*------------------------------------------*/
  
/*STANDARD IMAGE GALLERIES for MOBILE*/
  
.gallery {
    margin-top: 16%!important;
    margin-bottom:50%;
    margin-left: -27%!important;
    }
.gallery-img {
    display: block;
    width: 119%!important;
    margin-left: -9.2%!important;
    height: auto;
    margin-top: -2%;}
    
.tskmsgallery {
    margin-top: 16%!important;
    margin-bottom:50%;
    margin-left: -27%!important;
    }
    
/*END:MOBILE STANDARD IMAGE GALLERIES*/
/*------------------------------------------*/
    
/*-----------------------------------------*/
/*MOBILE: RASMALAI*/
    
.rasmalai-grid {
/*controls entire unit of imgs*/
    display: block!important;
    margin-top: -39%!important;
    margin-left:-9.3%!important;
    margin-bottom: 8%!important;


}
/*this controls representational img*/   
.rasmalai-grid-col-2 {
    margin-left:0%!important;

}
/*below rep img*/
.rasmalai-grid>img {
    width: 95%!important;
	height: 95%!important;
    margin-bottom: -140%!important;/*grid gap*/
    object-position: 50% 46%!important;
	object-fit: cover!important;/*avoid stretching img*/
    margin-left:0.8%!important;
}
.rasmalai-text-block{
    font-size: 3.2vw!important;
    margin-top:143%!important;
    width: 100%;     
 
}
    
/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
    
/*DESKTOP FORMATTING*/
    
}
body {
    margin: 0;
    padding:0;
	background-color: #fff;
	color: #000;
}

/*to make Mobile menu invisible on Desktop
-- so there aren't two layers (Pinned desktop
menu + Mobile menu */

.mainmenu2 {
 display: none;
 margin-left: -200px;
}

.mobile-back-button {
	display: none;
}
/*controls TSKMS images on desktop*/
.tskmsgallery{
  margin-top:-28.5%;
}

.ras-back-button {
   display: none;
   margin-left: 0%!important;
   margin-top: 5%!important;
   margin-bottom: 37%!important;
}


/*DESKTOP: MENU FORMATTING*/
.navigation {
    width: 113%;
}
/*Landing page default for CAPS and PINK*/
a.firstSelected,
.mainmenu a:active,
.mainmenu a:focus {
  text-transform: uppercase!important;
  font-size:16.5px!important; /*current page pink*/
  color: #C40E82!important;
}
[data-predefined-style="true"] h3 {
	font-family: "Diatype Variable", Icons;
    width: 27%;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	line-height: 1.5;
    height: 154px;
    font-size: 18px;
    margin-top: 155px;
    margin-left: 2.4%;
}
[data-predefined-style="true"] h3 a {
	color: #1d798d;
    padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none; 
}

/*Light pink hover color*/
h3 a:hover {
  color: #bf7898!important;

}
  
h3 a:active{
	text-transform: uppercase;
    color: #1d798d!important;
}
   
h3 a:focus {
  text-transform: uppercase;
  color: #C40E82!important;
}
.mainmenu,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

.mainmenu2,
.submenu {
  list-style: none;
  padding: 0;
  margin-left: -200px;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

/*END: DESKTOP MENU FORMATTING*/

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

/*MOBILE FONT (MUST BE BELOW DESKTOP
in order for colors to work on mobile*/
@media only screen and (max-width:690px){
    
h1 {/*Website title*/
    display: block;
    font-size: 32px!important;
    line-height: 0.86!important;
    margin-top: 48px!important;
    margin-left: 6.8%!important;
    color: #c40e82!important;
    
}
    
h4 {/*Website title*/
    display: block!important;
    font-size: 30px!important;
    line-height: 0.86!important;
    margin-top: 48px!important;
    margin-left: 6.8%!important;
    margin-bottom: 300px;
    color: #c40e82!important;}

    
  h2{/*mobile captions*/
    max-width:100%!important;
    text-align: left;
    color: #424b4d!important;
    line-height: 6.6vw!important;
    font-size: 4.6vw!important;
    font-weight: 399!important;
    margin-bottom: 14%!important;
 }
    
    
[data-predefined-style="true"] h3 {
	font-family: "Diatype Variable", Icons;
    width: 27%;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	line-height: 1.3!important;
    height: 154px;
    font-size: 4.9vw!important;
    margin-top: 36px;
    margin-left: -10%;
}


/*MOBILE: MENU FORMATTING*/
.navigation {
  width: 400%!important;
  
}
.navigation2 {
    width: 400%!important;
    list-style: none!important;
}
    
.mainmenu,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*Landing page default for CAPS and PINK*/
a.firstSelected,
.mainmenu a:hover{
	text-transform: none!important;  
    font-size:4.9vw!important;
    color: #1d798d!important;
}
   

/*Light pink hover color*/
h3 a:hover {
  text-transform: none;
  color: #C40E82!important;
}
  
h3 a:active{
	text-transform: none!important;
    color: #bf7898!important;
}
   
h3 a:focus {
  text-transform: none!important;
  color: #1d798d!important;
}

    
    
/*this prevents a grey box from flashing
    when you tap link on mobile*/
body{
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
    
/* "br" alters sentence height of longer 
    titles which look cramped: see html 
    for tags*/
.brsmall {
            display: block;
            margin-bottom: -0.3em!important;}
.brmedium {
            display: block;
            margin-bottom: -0.2em!important;}

.brmobile {/*for spaces between really 
    		dense titles*/
    		display: block;
            margin-bottom: 0.1em!important;}
	



.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
 
    
    
/*MOBILE controls DOF and Rasmalai font*/           
    Small {
        max-width:100%!important;
        line-height: 5.8vw!important;
        font-weight: 399!important;
        margin-left: 0%!important;
        margin-right: 14vw;
        margin-top: 0rem;
        font-size: 4.5vw!important;
		color: #424b4d!important;
    }
      
}
/* END OF MOBILE FONTS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*------------------------------------------*/

/*DESKTOP STANDARD IMAGE GALLERY*/
.brmedium {
            display: block;
            margin-bottom: 2em;
        }
.gallery {
    margin-top: 144px;
    
    }
.gallery-img {
    display: block;
    width: 830px;
    height: auto;
	margin-left: 0px;
    margin-bottom: 15px!important;

    
}
/*END STANDARD IMAGE GALLERY*/
/*------------------------------------------*/

/*------------------------------------------*/
/** DESKTOP DOF IMAGE GRID*/

.fish-grid{
    display: grid;
  	grid-template-columns: 1fr 1fr;
    margin-top: 140px;
    column-gap: 7px;
}
    
.fish-grid-img {
	width: 406px;
    height: 250px!important;
    object-position: 50% 100%;
    object-fit: cover;

}
    
/*END of DOF grid*/
/*------------------------------------------*/

/*------------------------------------------*/
/*RASMALAI TEXT (coded to fit inside bottom right image-grid box, see HTML for ref)*/
.rasmalai-text-block {
    margin-top:570px;
 	padding-left: 30px;
    }

.image-grid{
	display: grid;
  	grid-template-columns: 1fr 1fr;
    line-height:0;
    width:100px;
    margin-top: 750px;
    margin-left: 55px;
    grid-gap:15px;
}

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

/*START OF RASMALAI*/
.rasmalai-grid {
	--gap: 11px;
	--num-cols: 2;
	--row-height: 400px;
    margin-left: 7%;
    margin-top: 7%;
    margin-bottom: 70%;

	padding: var(--gap);

	display: grid;
	grid-template-columns: repeat(2, 550px);
    grid-auto-rows: var(--row-height);

	gap: var(--gap);
}

.rasmalai-grid>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rasmalai-grid-col-2 {
	grid-column: span 2;
}

.rasmalai-grid-row-2 {
	grid-row: span 2;

}

        
/*END OF RASMALAI*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 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: .5em;
}

/*this makes the images bounce slightly as you scroll*/

.loading[data-loading] {
	position: sticky!important;
	bottom: 8px; 
    left: 8px;}
/**
 * Editor styles
 */


[data-predefined-style="true"] bodycopy {
    margin-left: 25px!important; /*this controls menus movement left-right*/
	line-height: 1.3;
}

/*DESKTOP FONTS*/
/*WEBSITE TITLE CONTROLS*/
[data-predefined-style="true"] h1 {
	font-family: "Freight Text", Icons;
	padding: 0;
	margin: 0;
	font-size: 39px!important;
	line-height: 80.1%;
	color: #1a7789;
    letter-spacing: 0.4px;
	font-style: normal;
	font-weight: 400;
    margin-left:-1.51%;
    margin-top: 1%;
	}

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

[data-predefined-style="true"] h4 {
    display: none;
    font-size: 36px!important;
    line-height: 0.86!important;
    margin-top: 47px!important;
    margin-left: -17.1%!important;
    color: #c40e82!important;}
	

[data-predefined-style="true"] h4 a {
   color: #1A7789;
   font-size: 20px;
}

h2 {/*Desktop captions*/
	font-size: 1.20vw;
	font-weight: 398;
	color: rgba(0, 0, 0, 0.85);
	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.5;
    margin-left: 0px; 
    margin-top: -1%;
    margin-bottom: 2%;
}

/*PRESS link color*/
h2 a {
	color: rgb(32, 142, 169);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

h4 {/*Website title*/
    display: none;
    font-size: 32px;
    line-height: 0.86!important;
    margin-top: 48px!important;
    margin-left: 6.8%!important;
    color: #c40e82!important;}
    
[data-predefined-style="true"] h4 {
	font-family: "Freight Text", Icons;
	padding: 0;
	margin: 0;
	font-size: 39px;
	line-height: 80.1%;
	color: #1A7789;
    letter-spacing: 0.4px;
	font-style: normal;
	font-weight: 400;
    margin-left:0%;
    margin-top: 1%;
}
[data-predefined-style="true"] h4 a {
    display: none;
}


/*DOF PAGE TEXT*/
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.7rem;
	line-height: 1.4;
	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;
	color: rgba(63, 63, 63, 1);
}

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

[data-predefined-style="true"] small a:link {
    color:  #155961!important;}

/*links that were formerly visited*/
[data-predefined-style="true"] small a:visited {
	color: #155961!important;}

/*uppcase option in "focus" makes visited link capitals*/
[data-predefined-style="true"] small a:focus {
	text-transform:uppercase;color: #bf067e!important;}

/**HOVER must come before Focus Hover*/

[data-predefined-style="true"] small a:hover {
    color: #a1b9bf!important;}

/**focus hover makes actively visited link a hover exception*/
[data-predefined-style="true"] small a:focus, a:hover {
	color: #bf067e!important;}

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

/* this moves images left-right*/
[data-css-preset] .container {
	margin-left: -3px /*!content_left*/;
	margin-right: 60px!important /*!content_left*/;
	text-align: left /*!text_left*/;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 5.8rem /*!main_margin*/;
	padding-bottom: 5.8rem /*!main_margin*/;
	padding-left: 5.8rem /*!main_margin*/;
	padding-right: 5.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: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	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.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	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.2;
}

.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: 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
 */



.wsite-cart-contents .wsite-product-list {
  max-height: 245px;
  overflow-y: auto;
}

#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: 1;
}

#site_menu a.active {
	opacity: 1;
}

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

/*
 * Image Zoom
 */

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

/**
 * 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;
    font-weight: 400;
    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;
}

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


/**
 * Quick View Navigation 
 */

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

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

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

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

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

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

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

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 1;
}

/** 
 * 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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

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

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

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


/**
 * Feed
 */

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

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



/*
 * Audio Player
 */

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


/*SCROLL*/

.top {
	margin:-100px;
}

#top {
	margin:-100px;
}
    

