@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600");
@import url(https://db.onlinewebfonts.com/c/32d0ba9a82b15c3100ae9dd9e614ef11?family=HelveticaNeue-Extended);

@font-face {
    font-family: 'Pilat Wide';
    src: local('Pilat Wide Black'), local('Pilat-Wide-Black'),
        url('PilatWide-Black.woff2') format('woff2'),
        url('PilatWide-Black.woff') format('woff'),
        url('PilatWide-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }

@font-face {
    font-family: 'Pilat Extended';
    src: url('PilatExtended-Heavy.eot');
    src: local('Pilat Extended Heavy'), local('PilatExtended-Heavy'),
        url('PilatExtended-Heavy.eot?#iefix') format('embedded-opentype'),
        url('PilatExtended-Heavy.woff2') format('woff2'),
        url('PilatExtended-Heavy.woff') format('woff'),
        url('PilatExtended-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



/* Contenitore dropdown full-width fino a 900px */
.dropdown {
  width: 100% !important;
  max-width: 100% !important;    /* oppure metti 100% se vuoi sempre full-width */
  margin: 1em auto !important;
  font-family: sans-serif;
  background: transparent !important;
  text-align: center;
}

/* Bottone toggle full-width, testo e icona neri */
.dropdown-toggle {
  width: 100% !important;
  padding: 4px 0px;
  background: transparent !important;
  color: #000 !important;
  border: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
}

/* Icona +/– in nero */
.dropdown-toggle .icon {
  position: absolute;
  right: 0em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  transition: transform 0.2s;
  color: #000 !important;
}

/* Menu dropdown full-width, trasparente */
.dropdown-menu {
  display: none !important;
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 0.3em;
  background: #fff !important;
  border: none !important;
  text-align: left;
  overflow: hidden;
}

/* Voci come H2, testo nero, full-width */
.dropdown-menu h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.dropdown-menu h2 a {
  color: #000 !important;
  text-decoration: none;
  display: block;
  width: 100%;
}

/* Date in bold (il <strong> avrà effetto) */
.dropdown-menu h2 a strong {
  font-weight: bold;
}

/* Hover resta solo sottolineatura */
.dropdown-menu h2 a:hover {
  text-decoration: underline;
}

/* Stato aperto */
.dropdown.open .dropdown-menu {
  display: block !important;
}

/* Titoli dei dropdown in maiuscolo e bold */
/* Centra i titoli dei toggle */
.dropdown-toggle h2 {
  text-align: center !important;
}

/* Centra tutte le voci nel menu */
.dropdown-menu h2,
.dropdown-menu h2 a {
  text-align: center !important;
}

/* Rimuove sfondo anche in hover e focus */
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-menu h2 a:hover,
.dropdown-menu h2 a:focus {
  background-color: transparent !important;
  background-image: none !important;
}















#site_logo_blend, #site_logo_blend a {
  position: fixed;
  top: 0;  /* distanza dal bordo superiore */
  left: 0;
  z-index: 9;         /* sopra tutto */
  color: #fff !important; /* fondamentale! */
  mix-blend-mode: difference !important;
  background: transparent !important;
  text-decoration: none;
  font-size: 2.5rem;
    line-height: 0.8;
  font-weight: bold;
  letter-spacing: 0rem;
  padding: 2rem 2rem; 
  pointer-events: auto;
  user-select: none;
}




#site_menu_button {
  mix-blend-mode: difference;
}

#site_menu_button:hover {
  filter: invert(1);
}


.text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: start;
}





[data-predefined-style="true"] [local-style="37146116"] .page {
	background-color: initial /*!page_bgcolor*/;
}






.titlean {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


.typewriteran {
  overflow: hidden; /* Nasconde il testo all'inizio */
  border-right: 0.15em solid black; /* Simula il cursore */
  white-space: nowrap; /* Evita che il testo vada a capo */
  animation: typing 3s steps(40, end) forwards;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}


@media only screen and (max-width: 600px) {
    .selezionemargine {
        margin-right: 20px;
        margin-left: 20px;
}

 

    .cycle_content {
    opacity: 0;
    white-space: nowrap;
    display: inline-block;
    pointer-events: none;
        color: white;
}
 
.cycle_container {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 1rem;
    line-height: 1 !important;
}
   
    .cycle {
  color: white;
}
  
    
.paddingdrop {
  background-color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;

	
}
.header-menu {
  background-color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
    margin: 0;
    padding: 0;

}


	
}

.image-galleri  {
   display: flex;
   
}


.header-menu-items {
  display: none;
  z-index: 1;
  font-weight: 400;
    padding-top: 20px;
    padding-bottom: 40px;
}

.header-menu-itemz {
  z-index: 1;
  font-weight: 400;
      display: none;
    padding-top: 20px;
    padding-bottom: 40px;

}




.search {
  display: none;
}

.search-icon {
  display: none;
}

.header-menu-items hr {
display: none;}



#toggle-menu {
  display: none;
}

#toggle-menu1 {
  display: none;
}

#toggle-menu:checked ~ .header-menu-items {
  display: block;
}

#toggle-menu1:checked ~ .header-menu-itemz {
  display: block;
}

#toggle-menu ~ label .hide {
  display: none;
}
#toggle-menu1 ~ label .hide {
  display: none;
}


#toggle-menu:checked ~ label .show {
  display: none;
}

#toggle-menu:checked ~ label .hide {
  display: inline;
}

#toggle-menu1:checked ~ label .show {
  display: none;
}

#toggle-menu1:checked ~ label .hide {
  display: inline;
}


/* base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body {
  font-family: "Segoe UI", sans-serif;
  color: #333;
/*   background: #cecece; */
}



[local-style="35449641"] .page_background {
    background-color: #fff /*!page_container_bgcolor*/; /*!page_container_bgcolor*/;
}


.paddi {
    padding-top: 8rem;
    }

    
.site_menu div a.active {
    background-color: transparent;
}
    



.premio {
text-align: justify;
  text-justify: inter-word;
}
body .premio{
font-size: 1.4rem;
    letter-spacing: 0.0rem;
}

.contain {
backdrop-filter: blur(8px);
    
}

.spanna {
min-height: 60vh;}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
   
}

body {
  font-family: "Segoe UI", sans-serif;
  color: #333;
    
/*   background: #cecece; */
}

mark {background: #E81C46!important;
    color: white;
    padding: 0.4rem;;

}

.home .page_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 
.home .page_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul {  
list-style-type: none;  
}
  

:root {
  --yellow: #3f8d4b;
  --main: #ff5b38;
}

body.mobile #site_menu .page-link a {
	font-family: "Space Grotesk", Icons;
line-height: 0px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    text-align: right;
    font-weight: 600;
    
}


body.mobile #site_menu .page-link a {
	
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    
}
  
    
    body.mobile #site_menu_wrapper .site_menu {
    display: flex;
    justify-content: center;
}

.homepage a#site_menu_button {
    color: #fff;
    background-color: transparent;
}

	



    .material-symbols-outlined {
scale: 1.6;
padding-top: 0px;
margin-top: 0px;}

.slick-slider.slide {
margin-bottom: 0;}
	


.cky-btn {
    font-family: sans-serif;
}

p {
    color: inherit;
    margin-top: 12px;
    font-family: sans-serif;
}

body div#eu_cookie_notification {
    background: white;
    color: #4c3f36;
}

[data-predefined-style="true"] [local-style="27997947"] #site_menu_button a {
    display: none;
}
.social img {
    max-width: 25px;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 0;
    justify-content: center;
    opacity: 1;
max-height: 7rem;}



#toolset {
	display: none;
}

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

a:active {
    opacity: 1;
}

.page a.active {
	color: #ff0000;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 800;
}

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;
    top: 0;
    bottom: 0;
    left: 0;
    
}

ul,
ol {
	margin: 0;
	padding: 0;
    font-size: 1.5rem;
}

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

hr {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 1px;
	display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.content img {
	float: none;
	margin-bottom: 0rem;
    vertical-align: bottom;
    position: relative; 
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}

.gallery_image_caption {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Space Grotesk", Icons;
	font-style: normal;
	line-height: 1.0;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white; /* Opzionale: colore del testo */
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
    letter-spacing: -0.9px;
    font-size: 25px;
    line-height: 25px;
	font-weight: normal;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(255, 255, 255);
	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;
}

bodycopy a.icon-link {
    font-size: 36.6px; 
    z-index: 10;
}

[data-predefined-style="true"] h1 {
 font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;    color: #fff;
    font-size: 5rem;
	padding-bottom: 4rem;
    padding-top: 10rem;
    	line-height: 0.8;
	color: rgba(14, 16, 24, 1);
    letter-spacing: -0.1rem;
	font-style: normal;
        text-transform: uppercase;
	font-weight: bold;
}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 1);
    font-weight: bold;
    text-transform: uppercase;
     font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
	font-style: normal;
}

[data-predefined-style="true"] h1 a:hover {
}

[data-predefined-style="true"] h2 {
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
    letter-spacing: 0.0px;
    word-spacing: 1px;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-weight: normal;
    
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 1);
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;


}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	font-style: normal;
	color: rgba(0, 0, 0, 1);
    letter-spacing: 0.5px;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-weight: normal;
}

[data-predefined-style="true"] small a {
	color: #000;
	border-bottom-width: 0em;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	font-weight: 400;
}

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
    margin-left: 0 /*!content_left*/;
	margin-right: 0 /*!content_left*/;
    margin-bottom: 0.0rem;
    padding-bottom: 0px;
    margin-top: 0rem;
    padding-top: 0;
	text-align: left /*!text_left*/;
    
}

[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/;
}

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

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

/**
 * Thumbnails
 */

div[thumbnails] {
    background-color: #1b1b1b;
	justify-content: flex-start
       
}

[data-css-preset] .thumbnails {
   	background-color: #fff/*!thumbnails_bgcolor*/;
margin-bottom: 0rem;
margin: 0;
padding: 0;}

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

[data-css-preset] [thumbnails-pad] {
    padding: 0.25rem/*!thumbnails_padding*/;
    color: white;
    margin-bottom: 0rem;
}

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

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding-top: -0.1rem;
    margin-right: -1.0rem;
    margin-left: -1.0rem;
    margin-bottom: 0.4rem;

   

}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    justify-content: center;
    margin-top: -1.0rem;
}

.thumbnails .thumb_image {
-webkit-filter: brightness(95%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
  
}


.thumbnails .title {
    text-align: left;
    margin-top: 0rem;
    margin-bottom: 0rem;
max-width: 100%;    
    padding: 0.8rem;;
    z-index: 10;
    font-size: 14px;
font-family: "HelveticaNeue-Extended";
    color: white;
    letter-spacing: 0.03rem;
    line-height: 1.7rem;

  
   
}

.thumbnails .title:hover {

  color: var(--main);
}

.thumb_image:hover {

   -webkit-filter: brightness(120%)

}


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

.thumbnails .tags a {
	border-bottom: 0;
    text-decoration: none;
}

.thumbnails .has_title .tags {
    position: relative;
    padding: 0px;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
        font-family: "Neue Haas Grotesk", Icons;
    color: rgba(255, 255, 255, 1);
    font-size: 32px /*!site_menu_button*/;
    line-height: 30px;
    position: fixed;
	right: 0rem /*!site_menu_button*/;
    top: 0rem;
    padding: 2rem;
text-align: right;
    background-color: transparent;
    z-index: 999999;
}

[data-css-preset] #site_menu_button:hover {
  color: var(--main);
   
}

body.mobile #site_menu_button {    
    font-family: "Space Grotesk", Icons;
   font-size: 28px;
    line-height: 28px;
    font-style: normal;
    color: #fff;
}

#site_menu_button.custom_icon {
	width: 80px;
    height: auto;
}

#site_menu_button.active {
	display: none ;
}


/**
 * Site Menu
 */

#site_menu {
font-family: "Space Grotesk", Icons;
    font-size: 20px;
    color: #fff;
	max-width: 1000px;
	min-width: 400px;
	text-align: right;
    background-color: rgba(255, 255, 255, 1.00);
	font-style: normal;
	font-weight: 400;
    text-transform: capitalize;
    background-color: rgba(25, 25, 25, 1);
    justify-content: center;
    position: fixed;
}

body.mobile #site_menu {
font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
font-weight: normal;
	font-style: normal;
}

#site_menu .page-link a {
	font-family: "Space Grotesk", Icons;    color: #fff;
    font-size: 30px;
	padding-bottom: 1rem;
    padding-top: 1rem;
    	line-height: 0.6;
    letter-spacing: -0.1rem;
	font-style: normal;
        text-transform: uppercase;
    font-weight: 700;
}

#site_menu .set-link > a {
    font-family: "Space Grotesk", Icons;    color: #fff;
    font-size: 30px;
	padding-bottom: 1rem;
    padding-top: 1rem;
    	line-height: 0.6;
    letter-spacing: -0.1rem;
	font-style: normal;
        text-transform: uppercase;
    font-weight: 700;
}

#site_menu a:active {
	font-family: "Space Grotesk", Icons;    color: #fff;
    font-size: 30px;
	padding-bottom: 1rem;
    padding-top: 1rem;
    	line-height: 0.6;
    letter-spacing: -0.1rem;
	font-style: normal;
        text-transform: uppercase;
    font-weight: 700;
}

#site_menu a.active {
	
  color: #fff;

}

#site_menu .close {
	color: #d54b4b;
	font-size: 45px;
position: absolute;
    padding-top: 1rem;
    padding-right: 1rem;
    font-weight: 200;
   
    }

#site_menu .close:hover {
    }

body.mobile #site_menu .close {
	font-family: "Space Grotesk", Icons;
    font-size: 50px;
	line-height: 1em;
padding-top: 1rem;
padding-right: 1rem;
    justify-content: center;
    color: #fff;
	font-style: normal;
	font-weight: 400;
}

#site_menu .break {
	height: 0px;
}

#site_menu .indent {
	margin-left: 0;
}

/*
 * 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: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

#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: Diatype, Icons;
	font-size: 2.0rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 500;
}

.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: 2.0rem;
    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;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 2.0rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.2;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 500;
}

/*
 * 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: #f2f2f2 /*!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.1rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.2;
}

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

.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: 2.0rem;
    line-height: 1.2;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 500;
    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;
}

